Html Css Color HEX #D64B77 Cranberry

📋 copy color: '#D64B77'

red 214 ◦ green 75 ◦ blue 119

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

Shades of Cranberry #D64B77

Tints of Cranberry #D64B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.38%

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

R = 52.45%
G = 18.38%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D64B77 (or 0xD64B77) is known color: Cranberry. HEX triplet: D6, 4B and 77. RGB value is (214,75,119). Sum of RGB (Red+Green+Blue) = 214+75+119=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B77 is #29B488. Grayscale: #797979. Windows color (decimal): -2733193 or 7818198. OLE color: 7818198.

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

Color convert

RGB 214 75 119 -
CMYK 0 0.65 0.44 0.16
HSL 341.01º 0.63% 0.57% -
HSV(B) 341.01º 0.65% 0.84% -
XYZ 33.58 20.66 19.67 -
YUV 121.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 214 75 119 0 0.65 0.44 0.16 341.01 0.63 0.57
Hex D6 4B 77 0 41 2C 10 155 3F 39
Octal 326 113 167 0 101 54 20 525 77 71
Binary 11010110 1001011 1110111 0 1000001 101100 10000 101010101 111111 111001

Color Harmonies of #D64B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B77

Black with #D64B77

Text Example


Text Example

White with #D64B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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