Html Css Color HEX #DD4489 Deep Cerise

📋 copy color: '#DD4489'

red 221 ◦ green 68 ◦ blue 137

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

Shades of Deep Cerise #DD4489

Tints of Deep Cerise #DD4489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 51.88%
G = 15.96%
B = 32.16%

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

#DD4489 (or 0xDD4489) is known color: Deep Cerise. HEX triplet: DD, 44 and 89. RGB value is (221,68,137). Sum of RGB (Red+Green+Blue) = 221+68+137=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4489 is #22BB76. Grayscale: #797979. Windows color (decimal): -2276215 or 8996061. OLE color: 8996061.

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

Color convert

RGB 221 68 137 -
CMYK 0 0.69 0.38 0.13
HSL 332.94º 0.69% 0.57% -
HSV(B) 332.94º 0.69% 0.87% -
XYZ 36.4 21.31 25.86 -
YUV 121.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 221 68 137 0 0.69 0.38 0.13 332.94 0.69 0.57
Hex DD 44 89 0 45 26 D 14D 45 39
Octal 335 104 211 0 105 46 15 515 105 71
Binary 11011101 1000100 10001001 0 1000101 100110 1101 101001101 1000101 111001

Color Harmonies of #DD4489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4489

Black with #DD4489

Text Example


Text Example

White with #DD4489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4489; }

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

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

background-color css

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

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

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

border-color css

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

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

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