Html Css Color HEX #D90886 Medium Violet Red

📋 copy color: '#D90886'

red 217 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #D90886

Tints of Medium Violet Red #D90886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 60.45%
G = 2.23%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D90886 (or 0xD90886) is known color: Medium Violet Red. HEX triplet: D9, 08 and 86. RGB value is (217,8,134). Sum of RGB (Red+Green+Blue) = 217+8+134=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D90886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90886 is #26F779. Grayscale: #545454. Windows color (decimal): -2553722 or 8784089. OLE color: 8784089.

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

Color convert

RGB 217 8 134 -
CMYK 0 0.96 0.38 0.15
HSL 323.83º 0.93% 0.44% -
HSV(B) 323.83º 0.96% 0.85% -
XYZ 33.01 16.65 24.03 -
YUV 84.86 155.74 222.25 -
System Red Green Blue C M Y K H S L
Decimal 217 8 134 0 0.96 0.38 0.15 323.83 0.93 0.44
Hex D9 8 86 0 60 26 F 144 5D 2C
Octal 331 10 206 0 140 46 17 504 135 54
Binary 11011001 1000 10000110 0 1100000 100110 1111 101000100 1011101 101100

Color Harmonies of #D90886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90886

Black with #D90886

Text Example


Text Example

White with #D90886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90886; }

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

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

background-color css

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

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

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

border-color css

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

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

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