Html Css Color HEX #D01FAA Medium Violet Red

📋 copy color: '#D01FAA'

red 208 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #D01FAA

Tints of Medium Violet Red #D01FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.58%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 50.86%
G = 7.58%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D01FAA (or 0xD01FAA) is known color: Medium Violet Red. HEX triplet: D0, 1F and AA. RGB value is (208,31,170). Sum of RGB (Red+Green+Blue) = 208+31+170=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01FAA is #2FE055. Grayscale: #636363. Windows color (decimal): -3137622 or 11149264. OLE color: 11149264.

HSL color Cylindrical-coordinate representation of color #D01FAA: hue angle of 312.88º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01FAA is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 31 170 -
CMYK 0 0.85 0.18 0.18
HSL 312.88º 0.74% 0.47% -
HSV(B) 312.88º 0.85% 0.82% -
XYZ 33.76 17.29 39.59 -
YUV 99.77 167.64 205.2 -
System Red Green Blue C M Y K H S L
Decimal 208 31 170 0 0.85 0.18 0.18 312.88 0.74 0.47
Hex D0 1F AA 0 55 12 12 139 4A 2F
Octal 320 37 252 0 125 22 22 471 112 57
Binary 11010000 11111 10101010 0 1010101 10010 10010 100111001 1001010 101111

Color Harmonies of #D01FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FAA

Black with #D01FAA

Text Example


Text Example

White with #D01FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FAA; }

 p { color: rgb(208,31,170); }

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

background-color css

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

 a { background-color: rgb(208,31,170); }

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

border-color css

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

 span { border-color: rgb(208,31,170); }

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