Html Css Color HEX #DD2984 Deep Cerise

📋 copy color: '#DD2984'

red 221 ◦ green 41 ◦ blue 132

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

Shades of Deep Cerise #DD2984

Tints of Deep Cerise #DD2984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 56.09%
G = 10.41%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD2984 (or 0xDD2984) is known color: Deep Cerise. HEX triplet: DD, 29 and 84. RGB value is (221,41,132). Sum of RGB (Red+Green+Blue) = 221+41+132=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2984 is #22D67B. Grayscale: #696969. Windows color (decimal): -2283132 or 8661469. OLE color: 8661469.

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

Color convert

RGB 221 41 132 -
CMYK 0 0.81 0.40 0.13
HSL 329.67º 0.73% 0.51% -
HSV(B) 329.67º 0.81% 0.87% -
XYZ 34.78 18.62 23.59 -
YUV 105.19 143.13 210.6 -
System Red Green Blue C M Y K H S L
Decimal 221 41 132 0 0.81 0.40 0.13 329.67 0.73 0.51
Hex DD 29 84 0 51 28 D 14A 49 33
Octal 335 51 204 0 121 50 15 512 111 63
Binary 11011101 101001 10000100 0 1010001 101000 1101 101001010 1001001 110011

Color Harmonies of #DD2984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2984

Black with #DD2984

Text Example


Text Example

White with #DD2984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2984; }

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

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

background-color css

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

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

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

border-color css

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

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

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