Html Css Color HEX #D64977 Cranberry

📋 copy color: '#D64977'

red 214 ◦ green 73 ◦ blue 119

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

Shades of Cranberry #D64977

Tints of Cranberry #D64977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

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

R = 52.71%
G = 17.98%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D64977 (or 0xD64977) is known color: Cranberry. HEX triplet: D6, 49 and 77. RGB value is (214,73,119). Sum of RGB (Red+Green+Blue) = 214+73+119=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D64977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64977 is #29B688. Grayscale: #787878. Windows color (decimal): -2733705 or 7817686. OLE color: 7817686.

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

Color convert

RGB 214 73 119 -
CMYK 0 0.66 0.44 0.16
HSL 340.43º 0.63% 0.56% -
HSV(B) 340.43º 0.66% 0.84% -
XYZ 33.44 20.39 19.63 -
YUV 120.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 214 73 119 0 0.66 0.44 0.16 340.43 0.63 0.56
Hex D6 49 77 0 42 2C 10 154 3F 38
Octal 326 111 167 0 102 54 20 524 77 70
Binary 11010110 1001001 1110111 0 1000010 101100 10000 101010100 111111 111000

Color Harmonies of #D64977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64977

Black with #D64977

Text Example


Text Example

White with #D64977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64977; }

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

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

background-color css

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

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

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

border-color css

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

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

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