#DD3A80

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

Shades of Deep Cerise #DD3A80

Tints of Deep Cerise #DD3A80

Color information

#DD3A80 (or 0xDD3A80) is unknown color: approx Deep Cerise. HEX triplet: DD, 3A and 80. RGB value is (221,58,128). Sum of RGB (Red+Green+Blue) = 221+58+128=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3A80 is #22C57F. Grayscale: #727272. Windows color (decimal): -2278784 or 8403677. OLE color: 8403677.

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

Color convert

RGB22158128-
CMYK00.740.420.13
HSL334.23º70.56%54.71%-
HSV(B)334.23º73.76%86.67%-
XYZ35.2319.9622.42-
YUV114.72135.5203.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 58 (23.05% from 255) = 14.25%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=54.30%
G=14.25%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215812800.740.420.13334.2370.5654.71
HexDD3A8004A2AD14e4737
Octal335722000112521551610767
Binary11011101111010100000000100101010101011011010011101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A80; }

 p { color: rgb(221,58,128); }

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

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

 a { background-color: rgb(221,58,128); }

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

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

 span { border-color: rgb(221,58,128); }

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