#DD4082

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

Shades of Deep Cerise #DD4082

Tints of Deep Cerise #DD4082

Color information

#DD4082 (or 0xDD4082) is unknown color: approx Deep Cerise. HEX triplet: DD, 40 and 82. RGB value is (221,64,130). Sum of RGB (Red+Green+Blue) = 221+64+130=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4082 is #22BF7D. Grayscale: #767676. Windows color (decimal): -2277246 or 8536285. OLE color: 8536285.

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

Color convert

RGB22164130-
CMYK00.710.410.13
HSL334.78º69.78%55.88%-
HSV(B)334.78º71.04%86.67%-
XYZ35.6820.6523.22-
YUV118.47134.51201.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=53.25%
G=15.42%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216413000.710.410.13334.7869.7855.88
HexDD408204729D14f4638
Octal3351002020107511551710670
Binary110111011000000100000100100011110100111011010011111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4082; }

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

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

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

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

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

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

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

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