Html Css Color HEX #D01190 Medium Violet Red

📋 copy color: '#D01190'

red 208 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #D01190

Tints of Medium Violet Red #D01190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.61%

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 56.37%
G = 4.61%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D01190 (or 0xD01190) is known color: Medium Violet Red. HEX triplet: D0, 11 and 90. RGB value is (208,17,144). Sum of RGB (Red+Green+Blue) = 208+17+144=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D01190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01190 is #2FEE6F. Grayscale: #585858. Windows color (decimal): -3141232 or 9441744. OLE color: 9441744.

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

Color convert

RGB 208 17 144 -
CMYK 0 0.92 0.31 0.18
HSL 320.1º 0.85% 0.44% -
HSV(B) 320.1º 0.92% 0.82% -
XYZ 31.25 15.82 27.79 -
YUV 88.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 208 17 144 0 0.92 0.31 0.18 320.1 0.85 0.44
Hex D0 11 90 0 5C 1F 12 140 55 2C
Octal 320 21 220 0 134 37 22 500 125 54
Binary 11010000 10001 10010000 0 1011100 11111 10010 101000000 1010101 101100

Color Harmonies of #D01190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01190

Black with #D01190

Text Example


Text Example

White with #D01190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01190; }

 p { color: rgb(208,17,144); }

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

background-color css

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

 a { background-color: rgb(208,17,144); }

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

border-color css

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

 span { border-color: rgb(208,17,144); }

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