Html Css Color HEX #D64976 Cranberry

📋 copy color: '#D64976'

red 214 ◦ green 73 ◦ blue 118

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

Shades of Cranberry #D64976

Tints of Cranberry #D64976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 52.84%
G = 18.02%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D64976 (or 0xD64976) is known color: Cranberry. HEX triplet: D6, 49 and 76. RGB value is (214,73,118). Sum of RGB (Red+Green+Blue) = 214+73+118=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D64976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64976 is #29B689. Grayscale: #787878. Windows color (decimal): -2733706 or 7752150. OLE color: 7752150.

HSL color Cylindrical-coordinate representation of color #D64976: hue angle of 340.85º 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 #D64976 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 118 -
CMYK 0 0.66 0.45 0.16
HSL 340.85º 0.63% 0.56% -
HSV(B) 340.85º 0.66% 0.84% -
XYZ 33.38 20.37 19.31 -
YUV 120.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 214 73 118 0 0.66 0.45 0.16 340.85 0.63 0.56
Hex D6 49 76 0 42 2D 10 155 3F 38
Octal 326 111 166 0 102 55 20 525 77 70
Binary 11010110 1001001 1110110 0 1000010 101101 10000 101010101 111111 111000

Color Harmonies of #D64976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64976

Black with #D64976

Text Example


Text Example

White with #D64976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64976; }

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

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

background-color css

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

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

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

border-color css

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

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

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