Html Css Color HEX #D01F99 Medium Violet Red

📋 copy color: '#D01F99'

red 208 ◦ green 31 ◦ blue 153

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

Shades of Medium Violet Red #D01F99

Tints of Medium Violet Red #D01F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 53.06%
G = 7.91%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D01F99 (or 0xD01F99) is known color: Medium Violet Red. HEX triplet: D0, 1F and 99. RGB value is (208,31,153). Sum of RGB (Red+Green+Blue) = 208+31+153=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01F99 is #2FE066. Grayscale: #616161. Windows color (decimal): -3137639 or 10035152. OLE color: 10035152.

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

Color convert

RGB 208 31 153 -
CMYK 0 0.85 0.26 0.18
HSL 318.64º 0.74% 0.47% -
HSV(B) 318.64º 0.85% 0.82% -
XYZ 32.25 16.69 31.66 -
YUV 97.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 208 31 153 0 0.85 0.26 0.18 318.64 0.74 0.47
Hex D0 1F 99 0 55 1A 12 13F 4A 2F
Octal 320 37 231 0 125 32 22 477 112 57
Binary 11010000 11111 10011001 0 1010101 11010 10010 100111111 1001010 101111

Color Harmonies of #D01F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F99

Black with #D01F99

Text Example


Text Example

White with #D01F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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