#DD3EAC

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

Shades of Deep Cerise #DD3EAC

Tints of Deep Cerise #DD3EAC

Color information

#DD3EAC (or 0xDD3EAC) is unknown color: approx Deep Cerise. HEX triplet: DD, 3E and AC. RGB value is (221,62,172). Sum of RGB (Red+Green+Blue) = 221+62+172=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3EAC is #22C153. Grayscale: #797979. Windows color (decimal): -2277716 or 11288285. OLE color: 11288285.

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

Color convert

RGB22162172-
CMYK00.720.220.13
HSL318.49º70.04%55.49%-
HSV(B)318.49º71.95%86.67%-
XYZ38.9921.841.18-
YUV122.08156.18198.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 62 (24.61% from 255) = 13.63%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=48.57%
G=13.63%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216217200.720.220.13318.4970.0455.49
HexDD3EAC04816D13e4637
Octal335762540110261547610667
Binary1101110111111010101100010010001011011011001111101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3EAC; }

 p { color: rgb(221,62,172); }

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

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

 a { background-color: rgb(221,62,172); }

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

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

 span { border-color: rgb(221,62,172); }

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