#DA0C7C

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

Shades of Medium Violet Red #DA0C7C

Tints of Medium Violet Red #DA0C7C

Color information

#DA0C7C (or 0xDA0C7C) is unknown color: approx Medium Violet Red. HEX triplet: DA, 0C and 7C. RGB value is (218,12,124). Sum of RGB (Red+Green+Blue) = 218+12+124=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0C7C is #25F383. Grayscale: #565656. Windows color (decimal): -2487172 or 8129754. OLE color: 8129754.

HSL color Cylindrical-coordinate representation of color #DA0C7C: hue angle of 327.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0C7C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB21812124-
CMYK00.940.430.15
HSL327.38º89.57%45.1%-
HSV(B)327.38º94.5%85.49%-
XYZ32.6816.6220.55-
YUV86.36149.25221.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.58%
GREEN value IS 12 (5.08% from 255) = 3.39%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=61.58%
G=3.39%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181212400.940.430.15327.3889.5745.1
HexDAC7C05E2BF1475a2d
Octal332141740136531750713255
Binary11011010110011111000101111010101111111010001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0C7C; }

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

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

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

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

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

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

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

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