#dd0c79

Color #DD0C79 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DD0C79

Tints of Medium Violet Red #DD0C79

Color information

#DD0C79 (or 0xDD0C79) is unknown color: approx Medium Violet Red. HEX triplet: DD, 0C and 79. RGB value is (221,12,121). Sum of RGB (Red+Green+Blue) = 221+12+121=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C79 is #22F386. Grayscale: #565656. Windows color (decimal): -2290567 or 7933149. OLE color: 7933149.

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

Color convert

RGB22112121-
CMYK00.950.450.13
HSL328.71º89.7%45.69%-
HSV(B)328.71º94.57%86.67%-
XYZ33.417.0219.61-
YUV86.92147.24223.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.43%
GREEN value IS 12 (5.08% from 255) = 3.39%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=62.43%
G=3.39%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211212100.950.450.13328.7189.745.69
HexDDC7905F2DD1495a2e
Octal335141710137551551113256
Binary11011101110011110010101111110110111011010010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0c79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0c79; }

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

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

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

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

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

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

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

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