Html Css Color HEX #D01DAC Medium Violet Red

📋 copy color: '#D01DAC'

red 208 ◦ green 29 ◦ blue 172

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

Shades of Medium Violet Red #D01DAC

Tints of Medium Violet Red #D01DAC

RGB

 RED value IS 208 (81.64% from 255) = 50.86%

 GREEN value IS 29 (11.72% from 255) = 7.09%

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 50.86%
G = 7.09%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D01DAC (or 0xD01DAC) is known color: Medium Violet Red. HEX triplet: D0, 1D and AC. RGB value is (208,29,172). Sum of RGB (Red+Green+Blue) = 208+29+172=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DAC is #2FE253. Grayscale: #626262. Windows color (decimal): -3138132 or 11279824. OLE color: 11279824.

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

Color convert

RGB 208 29 172 -
CMYK 0 0.86 0.17 0.18
HSL 312.07º 0.76% 0.46% -
HSV(B) 312.07º 0.86% 0.82% -
XYZ 33.9 17.27 40.58 -
YUV 98.82 169.3 205.87 -
System Red Green Blue C M Y K H S L
Decimal 208 29 172 0 0.86 0.17 0.18 312.07 0.76 0.46
Hex D0 1D AC 0 56 11 12 138 4C 2E
Octal 320 35 254 0 126 21 22 470 114 56
Binary 11010000 11101 10101100 0 1010110 10001 10010 100111000 1001100 101110

Color Harmonies of #D01DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DAC

Black with #D01DAC

Text Example


Text Example

White with #D01DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DAC; }

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

 H1.HeaderClassName
 {
   color: #D01DAC;
 }
 .AnyTagClassName
 {
   color: #D01DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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