#D01DAA

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

Shades of Medium Violet Red #D01DAA

Tints of Medium Violet Red #D01DAA

Color information

#D01DAA (or 0xD01DAA) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1D and AA. RGB value is (208,29,170). Sum of RGB (Red+Green+Blue) = 208+29+170=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DAA is #2FE255. Grayscale: #626262. Windows color (decimal): -3138134 or 11148752. OLE color: 11148752.

HSL color Cylindrical-coordinate representation of color #D01DAA: hue angle of 312.74º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DAA is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20829170-
CMYK00.860.180.18
HSL312.74º75.53%46.47%-
HSV(B)312.74º86.06%81.57%-
XYZ33.7117.1939.57-
YUV98.6168.3206.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.11%
GREEN value IS 29 (11.72% from 255) = 7.13%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=51.11%
G=7.13%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082917000.860.180.18312.7475.5346.47
HexD01DAA05612121394c2e
Octal320352520126222247111456
Binary1101000011101101010100101011010010100101001110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01DAA; }

 p { color: rgb(208,29,170); }

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

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

 a { background-color: rgb(208,29,170); }

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

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

 span { border-color: rgb(208,29,170); }

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