Html Css Color HEX #D01FAB Medium Violet Red

📋 copy color: '#D01FAB'

red 208 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #D01FAB

Tints of Medium Violet Red #D01FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 50.73%
G = 7.56%
B = 41.71%

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

#D01FAB (or 0xD01FAB) is known color: Medium Violet Red. HEX triplet: D0, 1F and AB. RGB value is (208,31,171). Sum of RGB (Red+Green+Blue) = 208+31+171=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01FAB is #2FE054. Grayscale: #636363. Windows color (decimal): -3137621 or 11214800. OLE color: 11214800.

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

Color convert

RGB 208 31 171 -
CMYK 0 0.85 0.18 0.18
HSL 312.54º 0.74% 0.47% -
HSV(B) 312.54º 0.85% 0.82% -
XYZ 33.85 17.33 40.09 -
YUV 99.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 208 31 171 0 0.85 0.18 0.18 312.54 0.74 0.47
Hex D0 1F AB 0 55 12 12 139 4A 2F
Octal 320 37 253 0 125 22 22 471 112 57
Binary 11010000 11111 10101011 0 1010101 10010 10010 100111001 1001010 101111

Color Harmonies of #D01FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FAB

Black with #D01FAB

Text Example


Text Example

White with #D01FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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