Html Css Color HEX #D01DAB Medium Violet Red

📋 copy color: '#D01DAB'

red 208 ◦ green 29 ◦ blue 171

#D01DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D01DAB

Tints of Medium Violet Red #D01DAB

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 value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D01DAB (or 0xD01DAB) is known color: 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

RGB 208 29 171 -
CMYK 0 0.86 0.18 0.18
HSL 312.4º 0.76% 0.46% -
HSV(B) 312.4º 0.86% 0.82% -
XYZ 33.8 17.23 40.07 -
YUV 98.71 168.8 205.95 -
System Red Green Blue C M Y K H S L
Decimal 208 29 171 0 0.86 0.18 0.18 312.4 0.76 0.46
Hex D0 1D AB 0 56 12 12 138 4C 2E
Octal 320 35 253 0 126 22 22 470 114 56
Binary 11010000 11101 10101011 0 1010110 10010 10010 100111000 1001100 101110

Color Harmonies of #D01DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DAB

Black with #D01DAB

Text Example


Text Example

White with #D01DAB

Text Example


Text Example

HTML Codes & Css Web 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>