Html Css Color HEX #D01FA1 Medium Violet Red

📋 copy color: '#D01FA1'

red 208 ◦ green 31 ◦ blue 161

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

Shades of Medium Violet Red #D01FA1

Tints of Medium Violet Red #D01FA1

RGB

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

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

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

R = 52%
G = 7.75%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D01FA1 (or 0xD01FA1) is known color: Medium Violet Red. HEX triplet: D0, 1F and A1. RGB value is (208,31,161). Sum of RGB (Red+Green+Blue) = 208+31+161=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01FA1 is #2FE05E. Grayscale: #626262. Windows color (decimal): -3137631 or 10559440. OLE color: 10559440.

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

Color convert

RGB 208 31 161 -
CMYK 0 0.85 0.23 0.18
HSL 315.93º 0.74% 0.47% -
HSV(B) 315.93º 0.85% 0.82% -
XYZ 32.94 16.96 35.26 -
YUV 98.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 208 31 161 0 0.85 0.23 0.18 315.93 0.74 0.47
Hex D0 1F A1 0 55 17 12 13C 4A 2F
Octal 320 37 241 0 125 27 22 474 112 57
Binary 11010000 11111 10100001 0 1010101 10111 10010 100111100 1001010 101111

Color Harmonies of #D01FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FA1

Black with #D01FA1

Text Example


Text Example

White with #D01FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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