#D01DAB

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

Shades of Medium Violet Red #D01DAB

Tints of Medium Violet Red #D01DAB

Color information

#D01DAB (or 0xD01DAB) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1D and AB. RGB value is (208,29,171). Sum of RGB (Red+Green+Blue) = 208+29+171=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DAB is #2FE254. Grayscale: #626262. Windows color (decimal): -3138133 or 11214288. OLE color: 11214288.

HSL color Cylindrical-coordinate representation of color #D01DAB: hue angle of 312.4º 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 #D01DAB is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20829171-
CMYK00.860.180.18
HSL312.4º75.53%46.47%-
HSV(B)312.4º86.06%81.57%-
XYZ33.817.2340.07-
YUV98.71168.8205.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.98%
GREEN value IS 29 (11.72% from 255) = 7.11%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=50.98%
G=7.11%
B=41.91%

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
Decimal2082917100.860.180.18312.475.5346.47
HexD01DAB05612121384c2e
Octal320352530126222247011456
Binary1101000011101101010110101011010010100101001110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01DAB; }

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

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

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

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

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

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

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

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