#DD248A

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

Shades of Deep Cerise #DD248A

Tints of Deep Cerise #DD248A

Color information

#DD248A (or 0xDD248A) is unknown color: approx Deep Cerise. HEX triplet: DD, 24 and 8A. RGB value is (221,36,138). Sum of RGB (Red+Green+Blue) = 221+36+138=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD248A is #22DB75. Grayscale: #666666. Windows color (decimal): -2284406 or 9053405. OLE color: 9053405.

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

Color convert

RGB22136138-
CMYK00.840.380.13
HSL326.92º73.12%50.39%-
HSV(B)326.92º83.71%86.67%-
XYZ35.0418.4725.76-
YUV102.94147.79212.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 36 (14.45% from 255) = 9.11%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=55.95%
G=9.11%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213613800.840.380.13326.9273.1250.39
HexDD248A05426D1474932
Octal335442120124461550711162
Binary11011101100100100010100101010010011011011010001111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD248A; }

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

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

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

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

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

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

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

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