Html Css Color HEX #D64978 Cranberry

📋 copy color: '#D64978'

red 214 ◦ green 73 ◦ blue 120

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

Shades of Cranberry #D64978

Tints of Cranberry #D64978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 52.58%
G = 17.94%
B = 29.48%

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

#D64978 (or 0xD64978) is known color: Cranberry. HEX triplet: D6, 49 and 78. RGB value is (214,73,120). Sum of RGB (Red+Green+Blue) = 214+73+120=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D64978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64978 is #29B687. Grayscale: #787878. Windows color (decimal): -2733704 or 7883222. OLE color: 7883222.

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

Color convert

RGB 214 73 120 -
CMYK 0 0.66 0.44 0.16
HSL 340º 0.63% 0.56% -
HSV(B) 340º 0.66% 0.84% -
XYZ 33.5 20.42 19.94 -
YUV 120.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 214 73 120 0 0.66 0.44 0.16 340 0.63 0.56
Hex D6 49 78 0 42 2C 10 154 3F 38
Octal 326 111 170 0 102 54 20 524 77 70
Binary 11010110 1001001 1111000 0 1000010 101100 10000 101010100 111111 111000

Color Harmonies of #D64978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64978

Black with #D64978

Text Example


Text Example

White with #D64978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64978; }

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

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

background-color css

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

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

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

border-color css

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

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

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