Html Css Color HEX #D90782 Medium Violet Red

📋 copy color: '#D90782'

red 217 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #D90782

Tints of Medium Violet Red #D90782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

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

R = 61.3%
G = 1.98%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D90782 (or 0xD90782) is known color: Medium Violet Red. HEX triplet: D9, 07 and 82. RGB value is (217,7,130). Sum of RGB (Red+Green+Blue) = 217+7+130=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D90782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90782 is #26F87D. Grayscale: #535353. Windows color (decimal): -2553982 or 8521689. OLE color: 8521689.

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

Color convert

RGB 217 7 130 -
CMYK 0 0.97 0.40 0.15
HSL 324.86º 0.94% 0.44% -
HSV(B) 324.86º 0.97% 0.85% -
XYZ 32.72 16.52 22.58 -
YUV 83.81 154.07 223 -
System Red Green Blue C M Y K H S L
Decimal 217 7 130 0 0.97 0.40 0.15 324.86 0.94 0.44
Hex D9 7 82 0 61 28 F 145 5E 2C
Octal 331 7 202 0 141 50 17 505 136 54
Binary 11011001 111 10000010 0 1100001 101000 1111 101000101 1011110 101100

Color Harmonies of #D90782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90782

Black with #D90782

Text Example


Text Example

White with #D90782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90782; }

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

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

background-color css

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

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

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

border-color css

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

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

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