#DF0C7C

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

Shades of Medium Violet Red #DF0C7C

Tints of Medium Violet Red #DF0C7C

Color information

#DF0C7C (or 0xDF0C7C) is unknown color: approx Medium Violet Red. HEX triplet: DF, 0C and 7C. RGB value is (223,12,124). Sum of RGB (Red+Green+Blue) = 223+12+124=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C7C is #20F383. Grayscale: #575757. Windows color (decimal): -2159492 or 8129759. OLE color: 8129759.

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

Color convert

RGB22312124-
CMYK00.950.440.13
HSL328.15º89.79%46.08%-
HSV(B)328.15º94.62%87.45%-
XYZ34.217.4120.63-
YUV87.86148.4224.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.12%
GREEN value IS 12 (5.08% from 255) = 3.34%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=62.12%
G=3.34%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231212400.950.440.13328.1589.7946.08
HexDFC7C05F2CD1485a2e
Octal337141740137541551013256
Binary11011111110011111000101111110110011011010010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0C7C; }

 p { color: rgb(223,12,124); }

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

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

 a { background-color: rgb(223,12,124); }

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

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

 span { border-color: rgb(223,12,124); }

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