Html Css Color HEX #D64077 Cranberry

📋 copy color: '#D64077'

red 214 ◦ green 64 ◦ blue 119

#D64077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D64077

Tints of Cranberry #D64077

RGB

 RED value IS 214 (83.98% from 255) = 53.9%

 GREEN value IS 64 (25.39% from 255) = 16.12%

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 53.9%
G = 16.12%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D64077 (or 0xD64077) is known color: Cranberry. HEX triplet: D6, 40 and 77. RGB value is (214,64,119). Sum of RGB (Red+Green+Blue) = 214+64+119=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D64077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64077 is #29BF88. Grayscale: #737373. Windows color (decimal): -2736009 or 7815382. OLE color: 7815382.

HSL color Cylindrical-coordinate representation of color #D64077: hue angle of 338º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64077 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 119 -
CMYK 0 0.70 0.44 0.16
HSL 338º 0.65% 0.55% -
HSV(B) 338º 0.7% 0.84% -
XYZ 32.89 19.29 19.44 -
YUV 115.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 214 64 119 0 0.70 0.44 0.16 338 0.65 0.55
Hex D6 40 77 0 46 2C 10 152 41 37
Octal 326 100 167 0 106 54 20 522 101 67
Binary 11010110 1000000 1110111 0 1000110 101100 10000 101010010 1000001 110111

Color Harmonies of #D64077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64077

Black with #D64077

Text Example


Text Example

White with #D64077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64077; }

 p { color: rgb(214,64,119); }

 H1.HeaderClassName
 {
   color: #D64077;
 }
 .AnyTagClassName
 {
   color: #D64077;
 }
</style>

background-color css

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

 a { background-color: rgb(214,64,119); }

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

border-color css

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

 span { border-color: rgb(214,64,119); }

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