#DD3AA8

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

Shades of Deep Cerise #DD3AA8

Tints of Deep Cerise #DD3AA8

Color information

#DD3AA8 (or 0xDD3AA8) is unknown color: approx Deep Cerise. HEX triplet: DD, 3A and A8. RGB value is (221,58,168). Sum of RGB (Red+Green+Blue) = 221+58+168=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AA8 is #22C557. Grayscale: #777777. Windows color (decimal): -2278744 or 11025117. OLE color: 11025117.

HSL color Cylindrical-coordinate representation of color #DD3AA8: hue angle of 319.51º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3AA8 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22158168-
CMYK00.740.240.13
HSL319.51º70.56%54.71%-
HSV(B)319.51º73.76%86.67%-
XYZ38.421.2339.12-
YUV119.28155.5200.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 168 (66.02% from 255) = 37.58%
R=49.44%
G=12.98%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215816800.740.240.13319.5170.5654.71
HexDD3AA804A18D1404737
Octal335722500112301550010767
Binary1101110111101010101000010010101100011011010000001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3AA8; }

 p { color: rgb(221,58,168); }

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

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

 a { background-color: rgb(221,58,168); }

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

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

 span { border-color: rgb(221,58,168); }

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