Html Css Color HEX #D01192 Medium Violet Red

📋 copy color: '#D01192'

red 208 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #D01192

Tints of Medium Violet Red #D01192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 56.06%
G = 4.58%
B = 39.35%

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

#D01192 (or 0xD01192) is known color: Medium Violet Red. HEX triplet: D0, 11 and 92. RGB value is (208,17,146). Sum of RGB (Red+Green+Blue) = 208+17+146=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D01192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01192 is #2FEE6D. Grayscale: #585858. Windows color (decimal): -3141230 or 9572816. OLE color: 9572816.

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

Color convert

RGB 208 17 146 -
CMYK 0 0.92 0.30 0.18
HSL 319.48º 0.85% 0.44% -
HSV(B) 319.48º 0.92% 0.82% -
XYZ 31.4 15.89 28.61 -
YUV 88.82 160.28 213.01 -
System Red Green Blue C M Y K H S L
Decimal 208 17 146 0 0.92 0.30 0.18 319.48 0.85 0.44
Hex D0 11 92 0 5C 1E 12 13F 55 2C
Octal 320 21 222 0 134 36 22 477 125 54
Binary 11010000 10001 10010010 0 1011100 11110 10010 100111111 1010101 101100

Color Harmonies of #D01192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01192

Black with #D01192

Text Example


Text Example

White with #D01192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01192; }

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

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

background-color css

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

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

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

border-color css

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

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

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