Html Css Color HEX #DD4872 Cranberry

📋 copy color: '#DD4872'

red 221 ◦ green 72 ◦ blue 114

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

Shades of Cranberry #DD4872

Tints of Cranberry #DD4872

RGB

 RED value IS 221 (86.72% from 255) = 54.3%

 GREEN value IS 72 (28.52% from 255) = 17.69%

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 54.3%
G = 17.69%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD4872 (or 0xDD4872) is known color: Cranberry. HEX triplet: DD, 48 and 72. RGB value is (221,72,114). Sum of RGB (Red+Green+Blue) = 221+72+114=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4872 is #22B78D. Grayscale: #797979. Windows color (decimal): -2275214 or 7489757. OLE color: 7489757.

HSL color Cylindrical-coordinate representation of color #DD4872: hue angle of 343.09º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4872 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 114 -
CMYK 0 0.67 0.48 0.13
HSL 343.09º 0.69% 0.57% -
HSV(B) 343.09º 0.67% 0.87% -
XYZ 35.17 21.22 18.16 -
YUV 121.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 221 72 114 0 0.67 0.48 0.13 343.09 0.69 0.57
Hex DD 48 72 0 43 30 D 157 45 39
Octal 335 110 162 0 103 60 15 527 105 71
Binary 11011101 1001000 1110010 0 1000011 110000 1101 101010111 1000101 111001

Color Harmonies of #DD4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4872

Black with #DD4872

Text Example


Text Example

White with #DD4872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4872; }

 p { color: rgb(221,72,114); }

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

background-color css

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

 a { background-color: rgb(221,72,114); }

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

border-color css

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

 span { border-color: rgb(221,72,114); }

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