Html Css Color HEX #DD2989 Deep Cerise

📋 copy color: '#DD2989'

red 221 ◦ green 41 ◦ blue 137

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

Shades of Deep Cerise #DD2989

Tints of Deep Cerise #DD2989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.28%

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

R = 55.39%
G = 10.28%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD2989 (or 0xDD2989) is known color: Deep Cerise. HEX triplet: DD, 29 and 89. RGB value is (221,41,137). Sum of RGB (Red+Green+Blue) = 221+41+137=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2989 is #22D676. Grayscale: #696969. Windows color (decimal): -2283127 or 8989149. OLE color: 8989149.

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

Color convert

RGB 221 41 137 -
CMYK 0 0.81 0.38 0.13
HSL 328º 0.73% 0.51% -
HSV(B) 328º 0.81% 0.87% -
XYZ 35.13 18.76 25.44 -
YUV 105.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 221 41 137 0 0.81 0.38 0.13 328 0.73 0.51
Hex DD 29 89 0 51 26 D 148 49 33
Octal 335 51 211 0 121 46 15 510 111 63
Binary 11011101 101001 10001001 0 1010001 100110 1101 101001000 1001001 110011

Color Harmonies of #DD2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2989

Black with #DD2989

Text Example


Text Example

White with #DD2989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2989; }

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

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

background-color css

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

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

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

border-color css

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

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

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