Html Css Color HEX #D90286 Medium Violet Red

📋 copy color: '#D90286'

red 217 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #D90286

Tints of Medium Violet Red #D90286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 61.47%
G = 0.57%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D90286 (or 0xD90286) is known color: Medium Violet Red. HEX triplet: D9, 02 and 86. RGB value is (217,2,134). Sum of RGB (Red+Green+Blue) = 217+2+134=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D90286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90286 is #26FD79. Grayscale: #515151. Windows color (decimal): -2555258 or 8782553. OLE color: 8782553.

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

Color convert

RGB 217 2 134 -
CMYK 0 0.99 0.38 0.15
HSL 323.16º 0.98% 0.43% -
HSV(B) 323.16º 0.99% 0.85% -
XYZ 32.94 16.52 24.01 -
YUV 81.33 157.73 224.77 -
System Red Green Blue C M Y K H S L
Decimal 217 2 134 0 0.99 0.38 0.15 323.16 0.98 0.43
Hex D9 2 86 0 63 26 F 143 62 2B
Octal 331 2 206 0 143 46 17 503 142 53
Binary 11011001 10 10000110 0 1100011 100110 1111 101000011 1100010 101011

Color Harmonies of #D90286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90286

Black with #D90286

Text Example


Text Example

White with #D90286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90286; }

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

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

background-color css

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

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

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

border-color css

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

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

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