#DD249B

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

Shades of Deep Cerise #DD249B

Tints of Deep Cerise #DD249B

Color information

#DD249B (or 0xDD249B) is unknown color: approx Deep Cerise. HEX triplet: DD, 24 and 9B. RGB value is (221,36,155). Sum of RGB (Red+Green+Blue) = 221+36+155=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD249B is #22DB64. Grayscale: #686868. Windows color (decimal): -2284389 or 10167517. OLE color: 10167517.

HSL color Cylindrical-coordinate representation of color #DD249B: hue angle of 321.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD249B is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB22136155-
CMYK00.840.300.13
HSL321.41º73.12%50.39%-
HSV(B)321.41º83.71%86.67%-
XYZ36.371932.76-
YUV104.88156.29210.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 36 (14.45% from 255) = 8.74%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=53.64%
G=8.74%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213615500.840.300.13321.4173.1250.39
HexDD249B0541ED1414932
Octal335442330124361550111162
Binary1101110110010010011011010101001111011011010000011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD249B; }

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

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

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

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

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

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

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

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