Html Css Color HEX #D01FAC Medium Violet Red

📋 copy color: '#D01FAC'

red 208 ◦ green 31 ◦ blue 172

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

Shades of Medium Violet Red #D01FAC

Tints of Medium Violet Red #D01FAC

RGB

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

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

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

R = 50.61%
G = 7.54%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D01FAC (or 0xD01FAC) is known color: Medium Violet Red. HEX triplet: D0, 1F and AC. RGB value is (208,31,172). Sum of RGB (Red+Green+Blue) = 208+31+172=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01FAC is #2FE053. Grayscale: #636363. Windows color (decimal): -3137620 or 11280336. OLE color: 11280336.

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

Color convert

RGB 208 31 172 -
CMYK 0 0.85 0.17 0.18
HSL 312.2º 0.74% 0.47% -
HSV(B) 312.2º 0.85% 0.82% -
XYZ 33.95 17.37 40.59 -
YUV 100 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 208 31 172 0 0.85 0.17 0.18 312.2 0.74 0.47
Hex D0 1F AC 0 55 11 12 138 4A 2F
Octal 320 37 254 0 125 21 22 470 112 57
Binary 11010000 11111 10101100 0 1010101 10001 10010 100111000 1001010 101111

Color Harmonies of #D01FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FAC

Black with #D01FAC

Text Example


Text Example

White with #D01FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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