#DD42A1

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

Shades of Deep Cerise #DD42A1

Tints of Deep Cerise #DD42A1

Color information

#DD42A1 (or 0xDD42A1) is unknown color: approx Deep Cerise. HEX triplet: DD, 42 and A1. RGB value is (221,66,161). Sum of RGB (Red+Green+Blue) = 221+66+161=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42A1 is #22BD5E. Grayscale: #7A7A7A. Windows color (decimal): -2276703 or 10568413. OLE color: 10568413.

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

Color convert

RGB22166161-
CMYK00.700.270.13
HSL323.23º69.51%56.27%-
HSV(B)323.23º70.14%86.67%-
XYZ38.221.8435.92-
YUV123.18149.35197.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 66 (26.17% from 255) = 14.73%
BLUE value IS 161 (63.28% from 255) = 35.94%
R=49.33%
G=14.73%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216616100.700.270.13323.2369.5156.27
HexDD42A10461BD1434638
Octal3351022410106331550310670
Binary11011101100001010100001010001101101111011010000111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD42A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD42A1; }

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

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

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

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

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

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

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

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