Html Css Color HEX #D01F80 Medium Violet Red

📋 copy color: '#D01F80'

red 208 ◦ green 31 ◦ blue 128

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

Shades of Medium Violet Red #D01F80

Tints of Medium Violet Red #D01F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 56.68%
G = 8.45%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D01F80 (or 0xD01F80) is known color: Medium Violet Red. HEX triplet: D0, 1F and 80. RGB value is (208,31,128). Sum of RGB (Red+Green+Blue) = 208+31+128=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01F80 is #2FE07F. Grayscale: #5E5E5E. Windows color (decimal): -3137664 or 8396752. OLE color: 8396752.

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

Color convert

RGB 208 31 128 -
CMYK 0 0.85 0.38 0.18
HSL 327.12º 0.74% 0.47% -
HSV(B) 327.12º 0.85% 0.82% -
XYZ 30.4 15.95 21.9 -
YUV 94.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 208 31 128 0 0.85 0.38 0.18 327.12 0.74 0.47
Hex D0 1F 80 0 55 26 12 147 4A 2F
Octal 320 37 200 0 125 46 22 507 112 57
Binary 11010000 11111 10000000 0 1010101 100110 10010 101000111 1001010 101111

Color Harmonies of #D01F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F80

Black with #D01F80

Text Example


Text Example

White with #D01F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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