#DD3379

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

Shades of Deep Cerise #DD3379

Tints of Deep Cerise #DD3379

Color information

#DD3379 (or 0xDD3379) is unknown color: approx Deep Cerise. HEX triplet: DD, 33 and 79. RGB value is (221,51,121). Sum of RGB (Red+Green+Blue) = 221+51+121=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3379 is #22CC86. Grayscale: #6D6D6D. Windows color (decimal): -2280583 or 7943133. OLE color: 7943133.

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

Color convert

RGB22151121-
CMYK00.770.450.13
HSL335.29º71.43%53.33%-
HSV(B)335.29º76.92%86.67%-
XYZ34.4519.1219.96-
YUV109.81134.32207.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=56.23%
G=12.98%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215112100.770.450.13335.2971.4353.33
HexDD337904D2DD14f4735
Octal335631710115551551710765
Binary1101110111001111110010100110110110111011010011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3379; }

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

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

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

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

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

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

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

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