Html Css Color HEX #D64574 Cranberry

📋 copy color: '#D64574'

red 214 ◦ green 69 ◦ blue 116

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

Shades of Cranberry #D64574

Tints of Cranberry #D64574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.29%

 BLUE value IS 116 (45.7% from 255) = 29.07%

R = 53.63%
G = 17.29%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D64574 (or 0xD64574) is known color: Cranberry. HEX triplet: D6, 45 and 74. RGB value is (214,69,116). Sum of RGB (Red+Green+Blue) = 214+69+116=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D64574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64574 is #29BA8B. Grayscale: #757575. Windows color (decimal): -2734732 or 7620054. OLE color: 7620054.

HSL color Cylindrical-coordinate representation of color #D64574: hue angle of 340.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64574 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 116 -
CMYK 0 0.68 0.46 0.16
HSL 340.55º 0.64% 0.55% -
HSV(B) 340.55º 0.68% 0.84% -
XYZ 33.01 19.81 18.61 -
YUV 117.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 214 69 116 0 0.68 0.46 0.16 340.55 0.64 0.55
Hex D6 45 74 0 44 2E 10 155 40 37
Octal 326 105 164 0 104 56 20 525 100 67
Binary 11010110 1000101 1110100 0 1000100 101110 10000 101010101 1000000 110111

Color Harmonies of #D64574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64574

Black with #D64574

Text Example


Text Example

White with #D64574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64574; }

 p { color: rgb(214,69,116); }

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

background-color css

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

 a { background-color: rgb(214,69,116); }

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

border-color css

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

 span { border-color: rgb(214,69,116); }

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