#DD3779

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

Shades of Deep Cerise #DD3779

Tints of Deep Cerise #DD3779

Color information

#DD3779 (or 0xDD3779) is unknown color: approx Deep Cerise. HEX triplet: DD, 37 and 79. RGB value is (221,55,121). Sum of RGB (Red+Green+Blue) = 221+55+121=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3779 is #22C886. Grayscale: #707070. Windows color (decimal): -2279559 or 7944157. OLE color: 7944157.

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

Color convert

RGB22155121-
CMYK00.750.450.13
HSL336.14º70.94%54.12%-
HSV(B)336.14º75.11%86.67%-
XYZ34.6419.4920.02-
YUV112.16133205.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.67%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=55.67%
G=13.85%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215512100.750.450.13336.1470.9454.12
HexDD377904B2DD1504736
Octal335671710113551552010766
Binary1101110111011111110010100101110110111011010100001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3779; }

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

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

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

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

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

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

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

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