#DD409B

Color #DD409B Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DD409B

Tints of Deep Cerise #DD409B

Color information

#DD409B (or 0xDD409B) is unknown color: approx Deep Cerise. HEX triplet: DD, 40 and 9B. RGB value is (221,64,155). Sum of RGB (Red+Green+Blue) = 221+64+155=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD409B is #22BF64. Grayscale: #797979. Windows color (decimal): -2277221 or 10174685. OLE color: 10174685.

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

Color convert

RGB22164155-
CMYK00.710.300.13
HSL325.22º69.78%55.88%-
HSV(B)325.22º71.04%86.67%-
XYZ37.5721.4133.16-
YUV121.32147.01199.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=50.23%
G=14.55%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216415500.710.300.13325.2269.7855.88
HexDD409B0471ED1454638
Octal3351002330107361550510670
Binary11011101100000010011011010001111111011011010001011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD409B; }

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

 H1.HeaderClassName
 {
   color: #DD409B;
 }
 .AnyTagClassName
 {
   color: #DD409B;
 }
</style>
background-color css

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

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

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

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

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

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