Html Css Color HEX #D01F76 Medium Violet Red

📋 copy color: '#D01F76'

red 208 ◦ green 31 ◦ blue 118

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

Shades of Medium Violet Red #D01F76

Tints of Medium Violet Red #D01F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 58.26%
G = 8.68%
B = 33.05%

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

#D01F76 (or 0xD01F76) is known color: Medium Violet Red. HEX triplet: D0, 1F and 76. RGB value is (208,31,118). Sum of RGB (Red+Green+Blue) = 208+31+118=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F76 is #2FE089. Grayscale: #5D5D5D. Windows color (decimal): -3137674 or 7741392. OLE color: 7741392.

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

Color convert

RGB 208 31 118 -
CMYK 0 0.85 0.43 0.18
HSL 330.51º 0.74% 0.47% -
HSV(B) 330.51º 0.85% 0.82% -
XYZ 29.77 15.7 18.6 -
YUV 93.84 141.64 209.43 -
System Red Green Blue C M Y K H S L
Decimal 208 31 118 0 0.85 0.43 0.18 330.51 0.74 0.47
Hex D0 1F 76 0 55 2B 12 14B 4A 2F
Octal 320 37 166 0 125 53 22 513 112 57
Binary 11010000 11111 1110110 0 1010101 101011 10010 101001011 1001010 101111

Color Harmonies of #D01F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F76

Black with #D01F76

Text Example


Text Example

White with #D01F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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