#DD3A79

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

Shades of Deep Cerise #DD3A79

Tints of Deep Cerise #DD3A79

Color information

#DD3A79 (or 0xDD3A79) is unknown color: approx Deep Cerise. HEX triplet: DD, 3A and 79. RGB value is (221,58,121). Sum of RGB (Red+Green+Blue) = 221+58+121=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3A79 is #22C586. Grayscale: #717171. Windows color (decimal): -2278791 or 7944925. OLE color: 7944925.

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

Color convert

RGB22158121-
CMYK00.740.450.13
HSL336.81º70.56%54.71%-
HSV(B)336.81º73.76%86.67%-
XYZ34.7819.7820.07-
YUV113.92132204.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.25%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=55.25%
G=14.5%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215812100.740.450.13336.8170.5654.71
HexDD3A7904A2DD1514737
Octal335721710112551552110767
Binary1101110111101011110010100101010110111011010100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A79; }

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

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

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

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

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

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

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

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