Html Css Color HEX #D01F77 Medium Violet Red

📋 copy color: '#D01F77'

red 208 ◦ green 31 ◦ blue 119

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

Shades of Medium Violet Red #D01F77

Tints of Medium Violet Red #D01F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 58.1%
G = 8.66%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D01F77 (or 0xD01F77) is known color: Medium Violet Red. HEX triplet: D0, 1F and 77. RGB value is (208,31,119). Sum of RGB (Red+Green+Blue) = 208+31+119=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F77 is #2FE088. Grayscale: #5D5D5D. Windows color (decimal): -3137673 or 7806928. OLE color: 7806928.

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

Color convert

RGB 208 31 119 -
CMYK 0 0.85 0.43 0.18
HSL 330.17º 0.74% 0.47% -
HSV(B) 330.17º 0.85% 0.82% -
XYZ 29.83 15.72 18.92 -
YUV 93.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 208 31 119 0 0.85 0.43 0.18 330.17 0.74 0.47
Hex D0 1F 77 0 55 2B 12 14A 4A 2F
Octal 320 37 167 0 125 53 22 512 112 57
Binary 11010000 11111 1110111 0 1010101 101011 10010 101001010 1001010 101111

Color Harmonies of #D01F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F77

Black with #D01F77

Text Example


Text Example

White with #D01F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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