Html Css Color HEX #DD409C Deep Cerise

📋 copy color: '#DD409C'

red 221 ◦ green 64 ◦ blue 156

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

Shades of Deep Cerise #DD409C

Tints of Deep Cerise #DD409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.51%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 50.11%
G = 14.51%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD409C (or 0xDD409C) is known color: Deep Cerise. HEX triplet: DD, 40 and 9C. RGB value is (221,64,156). Sum of RGB (Red+Green+Blue) = 221+64+156=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD409C is #22BF63. Grayscale: #797979. Windows color (decimal): -2277220 or 10240221. OLE color: 10240221.

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

Color convert

RGB 221 64 156 -
CMYK 0 0.71 0.29 0.13
HSL 324.84º 0.7% 0.56% -
HSV(B) 324.84º 0.71% 0.87% -
XYZ 37.65 21.44 33.61 -
YUV 121.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 221 64 156 0 0.71 0.29 0.13 324.84 0.7 0.56
Hex DD 40 9C 0 47 1D D 145 46 38
Octal 335 100 234 0 107 35 15 505 106 70
Binary 11011101 1000000 10011100 0 1000111 11101 1101 101000101 1000110 111000

Color Harmonies of #DD409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD409C

Black with #DD409C

Text Example


Text Example

White with #DD409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD409C; }

 p { color: rgb(221,64,156); }

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

background-color css

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

 a { background-color: rgb(221,64,156); }

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

border-color css

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

 span { border-color: rgb(221,64,156); }

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