Html Css Color HEX #DD2988 Deep Cerise

📋 copy color: '#DD2988'

red 221 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #DD2988

Tints of Deep Cerise #DD2988

RGB

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

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

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

R = 55.53%
G = 10.3%
B = 34.17%

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

#DD2988 (or 0xDD2988) is known color: Deep Cerise. HEX triplet: DD, 29 and 88. RGB value is (221,41,136). Sum of RGB (Red+Green+Blue) = 221+41+136=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2988 is #22D677. Grayscale: #696969. Windows color (decimal): -2283128 or 8923613. OLE color: 8923613.

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

Color convert

RGB 221 41 136 -
CMYK 0 0.81 0.38 0.13
HSL 328.33º 0.73% 0.51% -
HSV(B) 328.33º 0.81% 0.87% -
XYZ 35.06 18.74 25.06 -
YUV 105.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 221 41 136 0 0.81 0.38 0.13 328.33 0.73 0.51
Hex DD 29 88 0 51 26 D 148 49 33
Octal 335 51 210 0 121 46 15 510 111 63
Binary 11011101 101001 10001000 0 1010001 100110 1101 101001000 1001001 110011

Color Harmonies of #DD2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2988

Black with #DD2988

Text Example


Text Example

White with #DD2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2988; }

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

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

background-color css

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

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

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

border-color css

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

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

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