#DA0D7D

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

Shades of Medium Violet Red #DA0D7D

Tints of Medium Violet Red #DA0D7D

Color information

#DA0D7D (or 0xDA0D7D) is unknown color: approx Medium Violet Red. HEX triplet: DA, 0D and 7D. RGB value is (218,13,125). Sum of RGB (Red+Green+Blue) = 218+13+125=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D7D is #25F282. Grayscale: #565656. Windows color (decimal): -2486915 or 8195546. OLE color: 8195546.

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

Color convert

RGB21813125-
CMYK00.940.430.15
HSL327.22º88.74%45.29%-
HSV(B)327.22º94.04%85.49%-
XYZ32.7616.6720.89-
YUV87.06149.42221.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.24%
GREEN value IS 13 (5.47% from 255) = 3.65%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=61.24%
G=3.65%
B=35.11%

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
Decimal2181312500.940.430.15327.2288.7445.29
HexDAD7D05E2BF147592d
Octal332151750136531750713155
Binary11011010110111111010101111010101111111010001111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0D7D; }

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

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

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

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

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

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

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

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