#DA0D7A

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

Shades of Medium Violet Red #DA0D7A

Tints of Medium Violet Red #DA0D7A

Color information

#DA0D7A (or 0xDA0D7A) is unknown color: approx Medium Violet Red. HEX triplet: DA, 0D and 7A. RGB value is (218,13,122). Sum of RGB (Red+Green+Blue) = 218+13+122=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D7A is #25F285. Grayscale: #565656. Windows color (decimal): -2486918 or 7998938. OLE color: 7998938.

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

Color convert

RGB21813122-
CMYK00.940.440.15
HSL328.1º88.74%45.29%-
HSV(B)328.1º94.04%85.49%-
XYZ32.5716.619.9-
YUV86.72147.92221.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.76%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=61.76%
G=3.68%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181312200.940.440.15328.188.7445.29
HexDAD7A05E2CF148592d
Octal332151720136541751013155
Binary11011010110111110100101111010110011111010010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0D7A; }

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

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

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

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

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

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

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

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