Html Css Color HEX #D01AAC Medium Violet Red

📋 copy color: '#D01AAC'

red 208 ◦ green 26 ◦ blue 172

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

Shades of Medium Violet Red #D01AAC

Tints of Medium Violet Red #D01AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.4%

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

R = 51.23%
G = 6.4%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D01AAC (or 0xD01AAC) is known color: Medium Violet Red. HEX triplet: D0, 1A and AC. RGB value is (208,26,172). Sum of RGB (Red+Green+Blue) = 208+26+172=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D01AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01AAC is #2FE553. Grayscale: #606060. Windows color (decimal): -3138900 or 11279056. OLE color: 11279056.

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

Color convert

RGB 208 26 172 -
CMYK 0 0.88 0.17 0.18
HSL 311.87º 0.78% 0.46% -
HSV(B) 311.87º 0.88% 0.82% -
XYZ 33.83 17.13 40.55 -
YUV 97.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 208 26 172 0 0.88 0.17 0.18 311.87 0.78 0.46
Hex D0 1A AC 0 58 11 12 138 4E 2E
Octal 320 32 254 0 130 21 22 470 116 56
Binary 11010000 11010 10101100 0 1011000 10001 10010 100111000 1001110 101110

Color Harmonies of #D01AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01AAC

Black with #D01AAC

Text Example


Text Example

White with #D01AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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