#DD42AA

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

Shades of Deep Cerise #DD42AA

Tints of Deep Cerise #DD42AA

Color information

#DD42AA (or 0xDD42AA) is unknown color: approx Deep Cerise. HEX triplet: DD, 42 and AA. RGB value is (221,66,170). Sum of RGB (Red+Green+Blue) = 221+66+170=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42AA is #22BD55. Grayscale: #7B7B7B. Windows color (decimal): -2276694 or 11158237. OLE color: 11158237.

HSL color Cylindrical-coordinate representation of color #DD42AA: hue angle of 319.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42AA is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB22166170-
CMYK00.700.230.13
HSL319.74º69.51%56.27%-
HSV(B)319.74º70.14%86.67%-
XYZ39.0222.1740.25-
YUV124.2153.85197.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 66 (26.17% from 255) = 14.44%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=48.36%
G=14.44%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216617000.700.230.13319.7469.5156.27
HexDD42AA04617D1404638
Octal3351022520106271550010670
Binary11011101100001010101010010001101011111011010000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD42AA; }

 p { color: rgb(221,66,170); }

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

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

 a { background-color: rgb(221,66,170); }

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

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

 span { border-color: rgb(221,66,170); }

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