Html Css Color HEX #DD4488 Deep Cerise

📋 copy color: '#DD4488'

red 221 ◦ green 68 ◦ blue 136

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

Shades of Deep Cerise #DD4488

Tints of Deep Cerise #DD4488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32%

R = 52%
G = 16%
B = 32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4488 (or 0xDD4488) is known color: Deep Cerise. HEX triplet: DD, 44 and 88. RGB value is (221,68,136). Sum of RGB (Red+Green+Blue) = 221+68+136=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4488 is #22BB77. Grayscale: #797979. Windows color (decimal): -2276216 or 8930525. OLE color: 8930525.

HSL color Cylindrical-coordinate representation of color #DD4488: hue angle of 333.33º 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 #DD4488 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 136 -
CMYK 0 0.69 0.38 0.13
HSL 333.33º 0.69% 0.57% -
HSV(B) 333.33º 0.69% 0.87% -
XYZ 36.33 21.28 25.49 -
YUV 121.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 221 68 136 0 0.69 0.38 0.13 333.33 0.69 0.57
Hex DD 44 88 0 45 26 D 14D 45 39
Octal 335 104 210 0 105 46 15 515 105 71
Binary 11011101 1000100 10001000 0 1000101 100110 1101 101001101 1000101 111001

Color Harmonies of #DD4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4488

Black with #DD4488

Text Example


Text Example

White with #DD4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4488; }

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

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

background-color css

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

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

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

border-color css

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

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

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