#D64D80

Color #D64D80 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D64D80

Tints of Cranberry #D64D80

Color information

#D64D80 (or 0xD64D80) is unknown color: approx Cranberry. HEX triplet: D6, 4D and 80. RGB value is (214,77,128). Sum of RGB (Red+Green+Blue) = 214+77+128=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D80 is #29B27F. Grayscale: #7B7B7B. Windows color (decimal): -2732672 or 8408534. OLE color: 8408534.

HSL color Cylindrical-coordinate representation of color #D64D80: hue angle of 337.66º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64D80 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21477128-
CMYK00.640.400.16
HSL337.66º62.56%57.06%-
HSV(B)337.66º64.02%83.92%-
XYZ34.2821.1622.7-
YUV123.78130.39192.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=51.07%
G=18.38%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147712800.640.400.16337.6662.5657.06
HexD64D8004028101523f39
Octal326115200010050205227771
Binary110101101001101100000000100000010100010000101010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64D80; }

 p { color: rgb(214,77,128); }

 H1.HeaderClassName
 {
   color: #D64D80;
 }
 .AnyTagClassName
 {
   color: #D64D80;
 }
</style>
background-color css

<style>
 a { background-color: #D64D80; }

 a { background-color: rgb(214,77,128); }

 div.DivClassName
 {
   background-color: #D64D80;
 }
 .BgClassName
 {
   background-color: #D64D80;
 }
</style>
border-color css

<style>
 span { border-color: #D64D80; }

 span { border-color: rgb(214,77,128); }

 td.TdClassName
 {
   border-color: #D64D80;
 }
 .TagClassName
 {
   border-color: #D64D80;
 }
</style>