#DD408D

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

Shades of Deep Cerise #DD408D

Tints of Deep Cerise #DD408D

Color information

#DD408D (or 0xDD408D) is unknown color: approx Deep Cerise. HEX triplet: DD, 40 and 8D. RGB value is (221,64,141). Sum of RGB (Red+Green+Blue) = 221+64+141=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD408D is #22BF72. Grayscale: #777777. Windows color (decimal): -2277235 or 9257181. OLE color: 9257181.

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

Color convert

RGB22164141-
CMYK00.710.360.13
HSL330.57º69.78%55.88%-
HSV(B)330.57º71.04%86.67%-
XYZ36.4620.9627.32-
YUV119.72140.01200.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=51.88%
G=15.02%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216414100.710.360.13330.5769.7855.88
HexDD408D04724D14b4638
Octal3351002150107441551310670
Binary110111011000000100011010100011110010011011010010111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD408D; }

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

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

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

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

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

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

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

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