Html Css Color HEX #D64979 Cranberry

📋 copy color: '#D64979'

red 214 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #D64979

Tints of Cranberry #D64979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 52.45%
G = 17.89%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D64979 (or 0xD64979) is known color: Cranberry. HEX triplet: D6, 49 and 79. RGB value is (214,73,121). Sum of RGB (Red+Green+Blue) = 214+73+121=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D64979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64979 is #29B686. Grayscale: #787878. Windows color (decimal): -2733703 or 7948758. OLE color: 7948758.

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

Color convert

RGB 214 73 121 -
CMYK 0 0.66 0.43 0.16
HSL 339.57º 0.63% 0.56% -
HSV(B) 339.57º 0.66% 0.84% -
XYZ 33.57 20.44 20.27 -
YUV 120.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 214 73 121 0 0.66 0.43 0.16 339.57 0.63 0.56
Hex D6 49 79 0 42 2B 10 154 3F 38
Octal 326 111 171 0 102 53 20 524 77 70
Binary 11010110 1001001 1111001 0 1000010 101011 10000 101010100 111111 111000

Color Harmonies of #D64979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64979

Black with #D64979

Text Example


Text Example

White with #D64979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64979; }

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

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

background-color css

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

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

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

border-color css

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

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

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