Html Css Color HEX #DD4288 Deep Cerise

📋 copy color: '#DD4288'

red 221 ◦ green 66 ◦ blue 136

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

Shades of Deep Cerise #DD4288

Tints of Deep Cerise #DD4288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

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

R = 52.25%
G = 15.6%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4288 (or 0xDD4288) is known color: Deep Cerise. HEX triplet: DD, 42 and 88. RGB value is (221,66,136). Sum of RGB (Red+Green+Blue) = 221+66+136=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4288 is #22BD77. Grayscale: #787878. Windows color (decimal): -2276728 or 8930013. OLE color: 8930013.

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

Color convert

RGB 221 66 136 -
CMYK 0 0.70 0.38 0.13
HSL 332.9º 0.7% 0.56% -
HSV(B) 332.9º 0.7% 0.87% -
XYZ 36.21 21.05 25.45 -
YUV 120.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 221 66 136 0 0.70 0.38 0.13 332.9 0.7 0.56
Hex DD 42 88 0 46 26 D 14D 46 38
Octal 335 102 210 0 106 46 15 515 106 70
Binary 11011101 1000010 10001000 0 1000110 100110 1101 101001101 1000110 111000

Color Harmonies of #DD4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4288

Black with #DD4288

Text Example


Text Example

White with #DD4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4288; }

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

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

background-color css

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

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

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

border-color css

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

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

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