Html Css Color HEX #D01F86 Medium Violet Red

📋 copy color: '#D01F86'

red 208 ◦ green 31 ◦ blue 134

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

Shades of Medium Violet Red #D01F86

Tints of Medium Violet Red #D01F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 55.76%
G = 8.31%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D01F86 (or 0xD01F86) is known color: Medium Violet Red. HEX triplet: D0, 1F and 86. RGB value is (208,31,134). Sum of RGB (Red+Green+Blue) = 208+31+134=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01F86 is #2FE079. Grayscale: #5F5F5F. Windows color (decimal): -3137658 or 8789968. OLE color: 8789968.

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

Color convert

RGB 208 31 134 -
CMYK 0 0.85 0.36 0.18
HSL 325.08º 0.74% 0.47% -
HSV(B) 325.08º 0.85% 0.82% -
XYZ 30.81 16.11 24.04 -
YUV 95.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 208 31 134 0 0.85 0.36 0.18 325.08 0.74 0.47
Hex D0 1F 86 0 55 24 12 145 4A 2F
Octal 320 37 206 0 125 44 22 505 112 57
Binary 11010000 11111 10000110 0 1010101 100100 10010 101000101 1001010 101111

Color Harmonies of #D01F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F86

Black with #D01F86

Text Example


Text Example

White with #D01F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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