Html Css Color HEX #D01AA1 Medium Violet Red

📋 copy color: '#D01AA1'

red 208 ◦ green 26 ◦ blue 161

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

Shades of Medium Violet Red #D01AA1

Tints of Medium Violet Red #D01AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.76%

R = 52.66%
G = 6.58%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D01AA1 (or 0xD01AA1) is known color: Medium Violet Red. HEX triplet: D0, 1A and A1. RGB value is (208,26,161). Sum of RGB (Red+Green+Blue) = 208+26+161=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D01AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01AA1 is #2FE55E. Grayscale: #5F5F5F. Windows color (decimal): -3138911 or 10558160. OLE color: 10558160.

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

Color convert

RGB 208 26 161 -
CMYK 0 0.88 0.23 0.18
HSL 315.49º 0.78% 0.46% -
HSV(B) 315.49º 0.88% 0.82% -
XYZ 32.81 16.72 35.22 -
YUV 95.81 164.8 208.02 -
System Red Green Blue C M Y K H S L
Decimal 208 26 161 0 0.88 0.23 0.18 315.49 0.78 0.46
Hex D0 1A A1 0 58 17 12 13B 4E 2E
Octal 320 32 241 0 130 27 22 473 116 56
Binary 11010000 11010 10100001 0 1011000 10111 10010 100111011 1001110 101110

Color Harmonies of #D01AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01AA1

Black with #D01AA1

Text Example


Text Example

White with #D01AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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