Html Css Color HEX #D91082 Medium Violet Red

📋 copy color: '#D91082'

red 217 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #D91082

Tints of Medium Violet Red #D91082

RGB

 RED value IS 217 (85.16% from 255) = 59.78%

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

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 59.78%
G = 4.41%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D91082 (or 0xD91082) is known color: Medium Violet Red. HEX triplet: D9, 10 and 82. RGB value is (217,16,130). Sum of RGB (Red+Green+Blue) = 217+16+130=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D91082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91082 is #26EF7D. Grayscale: #585858. Windows color (decimal): -2551678 or 8523993. OLE color: 8523993.

HSL color Cylindrical-coordinate representation of color #D91082: hue angle of 325.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91082 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 130 -
CMYK 0 0.93 0.40 0.15
HSL 325.97º 0.86% 0.46% -
HSV(B) 325.97º 0.93% 0.85% -
XYZ 32.83 16.73 22.62 -
YUV 89.1 151.09 219.23 -
System Red Green Blue C M Y K H S L
Decimal 217 16 130 0 0.93 0.40 0.15 325.97 0.86 0.46
Hex D9 10 82 0 5D 28 F 146 56 2E
Octal 331 20 202 0 135 50 17 506 126 56
Binary 11011001 10000 10000010 0 1011101 101000 1111 101000110 1010110 101110

Color Harmonies of #D91082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91082

Black with #D91082

Text Example


Text Example

White with #D91082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91082; }

 p { color: rgb(217,16,130); }

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

background-color css

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

 a { background-color: rgb(217,16,130); }

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

border-color css

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

 span { border-color: rgb(217,16,130); }

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