Html Css Color HEX #D01091 Medium Violet Red

📋 copy color: '#D01091'

red 208 ◦ green 16 ◦ blue 145

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

Shades of Medium Violet Red #D01091

Tints of Medium Violet Red #D01091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.34%

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 56.37%
G = 4.34%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01091 (or 0xD01091) is known color: Medium Violet Red. HEX triplet: D0, 10 and 91. RGB value is (208,16,145). Sum of RGB (Red+Green+Blue) = 208+16+145=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D01091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01091 is #2FEF6E. Grayscale: #575757. Windows color (decimal): -3141487 or 9507024. OLE color: 9507024.

HSL color Cylindrical-coordinate representation of color #D01091: hue angle of 319.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01091 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 145 -
CMYK 0 0.92 0.30 0.18
HSL 319.69º 0.86% 0.44% -
HSV(B) 319.69º 0.92% 0.82% -
XYZ 31.31 15.82 28.19 -
YUV 88.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 208 16 145 0 0.92 0.30 0.18 319.69 0.86 0.44
Hex D0 10 91 0 5C 1E 12 140 56 2C
Octal 320 20 221 0 134 36 22 500 126 54
Binary 11010000 10000 10010001 0 1011100 11110 10010 101000000 1010110 101100

Color Harmonies of #D01091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01091

Black with #D01091

Text Example


Text Example

White with #D01091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01091; }

 p { color: rgb(208,16,145); }

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

background-color css

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

 a { background-color: rgb(208,16,145); }

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

border-color css

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

 span { border-color: rgb(208,16,145); }

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