Html Css Color HEX #DD2488 Deep Cerise

📋 copy color: '#DD2488'

red 221 ◦ green 36 ◦ blue 136

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

Shades of Deep Cerise #DD2488

Tints of Deep Cerise #DD2488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.16%

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

R = 56.23%
G = 9.16%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD2488 (or 0xDD2488) is known color: Deep Cerise. HEX triplet: DD, 24 and 88. RGB value is (221,36,136). Sum of RGB (Red+Green+Blue) = 221+36+136=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2488 is #22DB77. Grayscale: #666666. Windows color (decimal): -2284408 or 8922333. OLE color: 8922333.

HSL color Cylindrical-coordinate representation of color #DD2488: hue angle of 327.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2488 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 136 -
CMYK 0 0.84 0.38 0.13
HSL 327.57º 0.73% 0.5% -
HSV(B) 327.57º 0.84% 0.87% -
XYZ 34.89 18.41 25.01 -
YUV 102.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 221 36 136 0 0.84 0.38 0.13 327.57 0.73 0.5
Hex DD 24 88 0 54 26 D 148 49 32
Octal 335 44 210 0 124 46 15 510 111 62
Binary 11011101 100100 10001000 0 1010100 100110 1101 101001000 1001001 110010

Color Harmonies of #DD2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2488

Black with #DD2488

Text Example


Text Example

White with #DD2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2488; }

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

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

background-color css

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

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

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

border-color css

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

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

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