#DA0D7C

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

Shades of Medium Violet Red #DA0D7C

Tints of Medium Violet Red #DA0D7C

Color information

#DA0D7C (or 0xDA0D7C) is unknown color: approx Medium Violet Red. HEX triplet: DA, 0D and 7C. RGB value is (218,13,124). Sum of RGB (Red+Green+Blue) = 218+13+124=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D7C is #25F283. Grayscale: #565656. Windows color (decimal): -2486916 or 8130010. OLE color: 8130010.

HSL color Cylindrical-coordinate representation of color #DA0D7C: hue angle of 327.51º degrees, saturation: 0.89, 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 #DA0D7C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB21813124-
CMYK00.940.430.15
HSL327.51º88.74%45.29%-
HSV(B)327.51º94.04%85.49%-
XYZ32.716.6520.56-
YUV86.95148.92221.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.41%
GREEN value IS 13 (5.47% from 255) = 3.66%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=61.41%
G=3.66%
B=34.93%

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
Decimal2181312400.940.430.15327.5188.7445.29
HexDAD7C05E2BF148592d
Octal332151740136531751013155
Binary11011010110111111000101111010101111111010010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0D7C; }

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

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

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

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

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

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

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

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