Html Css Color HEX #D44576 Cranberry

📋 copy color: '#D44576'

red 212 ◦ green 69 ◦ blue 118

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

Shades of Cranberry #D44576

Tints of Cranberry #D44576

RGB

 RED value IS 212 (83.2% from 255) = 53.13%

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

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

R = 53.13%
G = 17.29%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D44576 (or 0xD44576) is known color: Cranberry. HEX triplet: D4, 45 and 76. RGB value is (212,69,118). Sum of RGB (Red+Green+Blue) = 212+69+118=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D44576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44576 is #2BBA89. Grayscale: #757575. Windows color (decimal): -2865802 or 7751124. OLE color: 7751124.

HSL color Cylindrical-coordinate representation of color #D44576: hue angle of 339.44º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44576 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 69 118 -
CMYK 0 0.67 0.44 0.17
HSL 339.44º 0.62% 0.55% -
HSV(B) 339.44º 0.67% 0.83% -
XYZ 32.55 19.56 19.2 -
YUV 117.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 212 69 118 0 0.67 0.44 0.17 339.44 0.62 0.55
Hex D4 45 76 0 43 2C 11 153 3E 37
Octal 324 105 166 0 103 54 21 523 76 67
Binary 11010100 1000101 1110110 0 1000011 101100 10001 101010011 111110 110111

Color Harmonies of #D44576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44576

Black with #D44576

Text Example


Text Example

White with #D44576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44576; }

 p { color: rgb(212,69,118); }

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

background-color css

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

 a { background-color: rgb(212,69,118); }

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

border-color css

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

 span { border-color: rgb(212,69,118); }

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