Html Css Color HEX #DD4472 Cranberry

📋 copy color: '#DD4472'

red 221 ◦ green 68 ◦ blue 114

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

Shades of Cranberry #DD4472

Tints of Cranberry #DD4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.87%

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

R = 54.84%
G = 16.87%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD4472 (or 0xDD4472) is known color: Cranberry. HEX triplet: DD, 44 and 72. RGB value is (221,68,114). Sum of RGB (Red+Green+Blue) = 221+68+114=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4472 is #22BB8D. Grayscale: #767676. Windows color (decimal): -2276238 or 7488733. OLE color: 7488733.

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

Color convert

RGB 221 68 114 -
CMYK 0 0.69 0.48 0.13
HSL 341.96º 0.69% 0.57% -
HSV(B) 341.96º 0.69% 0.87% -
XYZ 34.92 20.72 18.08 -
YUV 118.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 221 68 114 0 0.69 0.48 0.13 341.96 0.69 0.57
Hex DD 44 72 0 45 30 D 156 45 39
Octal 335 104 162 0 105 60 15 526 105 71
Binary 11011101 1000100 1110010 0 1000101 110000 1101 101010110 1000101 111001

Color Harmonies of #DD4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4472

Black with #DD4472

Text Example


Text Example

White with #DD4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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