Html Css Color HEX #D64076 Cranberry

📋 copy color: '#D64076'

red 214 ◦ green 64 ◦ blue 118

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

Shades of Cranberry #D64076

Tints of Cranberry #D64076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 54.04%
G = 16.16%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D64076 (or 0xD64076) is known color: Cranberry. HEX triplet: D6, 40 and 76. RGB value is (214,64,118). Sum of RGB (Red+Green+Blue) = 214+64+118=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D64076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64076 is #29BF89. Grayscale: #727272. Windows color (decimal): -2736010 or 7749846. OLE color: 7749846.

HSL color Cylindrical-coordinate representation of color #D64076: hue angle of 338.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64076 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 118 -
CMYK 0 0.70 0.45 0.16
HSL 338.4º 0.65% 0.55% -
HSV(B) 338.4º 0.7% 0.84% -
XYZ 32.83 19.27 19.13 -
YUV 115.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 214 64 118 0 0.70 0.45 0.16 338.4 0.65 0.55
Hex D6 40 76 0 46 2D 10 152 41 37
Octal 326 100 166 0 106 55 20 522 101 67
Binary 11010110 1000000 1110110 0 1000110 101101 10000 101010010 1000001 110111

Color Harmonies of #D64076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64076

Black with #D64076

Text Example


Text Example

White with #D64076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64076; }

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

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

background-color css

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

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

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

border-color css

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

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

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