#DD3EAB

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

Shades of Deep Cerise #DD3EAB

Tints of Deep Cerise #DD3EAB

Color information

#DD3EAB (or 0xDD3EAB) is unknown color: approx Deep Cerise. HEX triplet: DD, 3E and AB. RGB value is (221,62,171). Sum of RGB (Red+Green+Blue) = 221+62+171=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3EAB is #22C154. Grayscale: #797979. Windows color (decimal): -2277717 or 11222749. OLE color: 11222749.

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

Color convert

RGB22162171-
CMYK00.720.230.13
HSL318.87º70.04%55.49%-
HSV(B)318.87º71.95%86.67%-
XYZ38.8921.7640.68-
YUV121.97155.68198.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 62 (24.61% from 255) = 13.66%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=48.68%
G=13.66%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216217100.720.230.13318.8770.0455.49
HexDD3EAB04817D13f4637
Octal335762530110271547710667
Binary1101110111111010101011010010001011111011001111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3EAB; }

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

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

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

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

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

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

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

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