Html Css Color HEX #D90785 Medium Violet Red

📋 copy color: '#D90785'

red 217 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #D90785

Tints of Medium Violet Red #D90785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 60.78%
G = 1.96%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D90785 (or 0xD90785) is known color: Medium Violet Red. HEX triplet: D9, 07 and 85. RGB value is (217,7,133). Sum of RGB (Red+Green+Blue) = 217+7+133=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D90785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90785 is #26F87A. Grayscale: #535353. Windows color (decimal): -2553979 or 8718297. OLE color: 8718297.

HSL color Cylindrical-coordinate representation of color #D90785: hue angle of 324º 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 #D90785 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 133 -
CMYK 0 0.97 0.39 0.15
HSL 324º 0.94% 0.44% -
HSV(B) 324º 0.97% 0.85% -
XYZ 32.92 16.6 23.66 -
YUV 84.15 155.57 222.75 -
System Red Green Blue C M Y K H S L
Decimal 217 7 133 0 0.97 0.39 0.15 324 0.94 0.44
Hex D9 7 85 0 61 27 F 144 5E 2C
Octal 331 7 205 0 141 47 17 504 136 54
Binary 11011001 111 10000101 0 1100001 100111 1111 101000100 1011110 101100

Color Harmonies of #D90785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90785

Black with #D90785

Text Example


Text Example

White with #D90785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90785; }

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

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

background-color css

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

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

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

border-color css

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

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

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