#DD1E9D

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

Shades of Deep Cerise #DD1E9D

Tints of Deep Cerise #DD1E9D

Color information

#DD1E9D (or 0xDD1E9D) is unknown color: approx Deep Cerise. HEX triplet: DD, 1E and 9D. RGB value is (221,30,157). Sum of RGB (Red+Green+Blue) = 221+30+157=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E9D is #22E162. Grayscale: #656565. Windows color (decimal): -2285923 or 10297053. OLE color: 10297053.

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

Color convert

RGB22130157-
CMYK00.860.290.13
HSL320.1º76.1%49.22%-
HSV(B)320.1º86.43%86.67%-
XYZ36.3718.7433.6-
YUV101.59159.28213.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 30 (12.11% from 255) = 7.35%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=54.17%
G=7.35%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213015700.860.290.13320.176.149.22
HexDD1E9D0561DD1404c31
Octal335362350126351550011461
Binary110111011111010011101010101101110111011010000001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E9D; }

 p { color: rgb(221,30,157); }

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

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

 a { background-color: rgb(221,30,157); }

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

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

 span { border-color: rgb(221,30,157); }

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