Html Css Color HEX #D90082 Medium Violet Red

📋 copy color: '#D90082'

red 217 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #D90082

Tints of Medium Violet Red #D90082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.54%
G = 0%
B = 37.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D90082 (or 0xD90082) is known color: Medium Violet Red. HEX triplet: D9, 00 and 82. RGB value is (217,0,130). Sum of RGB (Red+Green+Blue) = 217+0+130=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D90082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90082 is #26FF7D. Grayscale: #4F4F4F. Windows color (decimal): -2555774 or 8519897. OLE color: 8519897.

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

Color convert

RGB 217 0 130 -
CMYK 0 1 0.40 0.15
HSL 324.06º 1% 0.43% -
HSV(B) 324.06º 1% 0.85% -
XYZ 32.64 16.36 22.56 -
YUV 79.7 156.39 225.93 -
System Red Green Blue C M Y K H S L
Decimal 217 0 130 0 1 0.40 0.15 324.06 1 0.43
Hex D9 0 82 0 64 28 F 144 64 2B
Octal 331 0 202 0 144 50 17 504 144 53
Binary 11011001 0 10000010 0 1100100 101000 1111 101000100 1100100 101011

Color Harmonies of #D90082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90082

Black with #D90082

Text Example


Text Example

White with #D90082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90082; }

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

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

background-color css

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

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

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

border-color css

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

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

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