#DD41A1

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

Shades of Deep Cerise #DD41A1

Tints of Deep Cerise #DD41A1

Color information

#DD41A1 (or 0xDD41A1) is unknown color: approx Deep Cerise. HEX triplet: DD, 41 and A1. RGB value is (221,65,161). Sum of RGB (Red+Green+Blue) = 221+65+161=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD41A1 is #22BE5E. Grayscale: #7A7A7A. Windows color (decimal): -2276959 or 10568157. OLE color: 10568157.

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

Color convert

RGB22165161-
CMYK00.710.270.13
HSL323.08º69.64%56.08%-
HSV(B)323.08º70.59%86.67%-
XYZ38.1421.7335.9-
YUV122.59149.68198.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 65 (25.78% from 255) = 14.54%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=49.44%
G=14.54%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216516100.710.270.13323.0869.6456.08
HexDD41A10471BD1434638
Octal3351012410107331550310670
Binary11011101100000110100001010001111101111011010000111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD41A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD41A1; }

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

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

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

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

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

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

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

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