Html Css Color HEX #D90086 Medium Violet Red

📋 copy color: '#D90086'

red 217 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #D90086

Tints of Medium Violet Red #D90086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 61.82%
G = 0%
B = 38.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D90086 (or 0xD90086) is known color: Medium Violet Red. HEX triplet: D9, 00 and 86. RGB value is (217,0,134). Sum of RGB (Red+Green+Blue) = 217+0+134=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D90086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90086 is #26FF79. Grayscale: #4F4F4F. Windows color (decimal): -2555770 or 8782041. OLE color: 8782041.

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

Color convert

RGB 217 0 134 -
CMYK 0 1 0.38 0.15
HSL 322.95º 1% 0.43% -
HSV(B) 322.95º 1% 0.85% -
XYZ 32.92 16.47 24 -
YUV 80.16 158.39 225.6 -
System Red Green Blue C M Y K H S L
Decimal 217 0 134 0 1 0.38 0.15 322.95 1 0.43
Hex D9 0 86 0 64 26 F 143 64 2B
Octal 331 0 206 0 144 46 17 503 144 53
Binary 11011001 0 10000110 0 1100100 100110 1111 101000011 1100100 101011

Color Harmonies of #D90086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90086

Black with #D90086

Text Example


Text Example

White with #D90086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90086; }

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

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

background-color css

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

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

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

border-color css

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

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

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