Html Css Color HEX #D90290 Medium Violet Red

📋 copy color: '#D90290'

red 217 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #D90290

Tints of Medium Violet Red #D90290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 59.78%
G = 0.55%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D90290 (or 0xD90290) is known color: Medium Violet Red. HEX triplet: D9, 02 and 90. RGB value is (217,2,144). Sum of RGB (Red+Green+Blue) = 217+2+144=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D90290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90290 is #26FD6F. Grayscale: #525252. Windows color (decimal): -2555248 or 9437913. OLE color: 9437913.

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

Color convert

RGB 217 2 144 -
CMYK 0 0.99 0.34 0.15
HSL 320.37º 0.98% 0.43% -
HSV(B) 320.37º 0.99% 0.85% -
XYZ 33.67 16.81 27.86 -
YUV 82.47 162.73 223.95 -
System Red Green Blue C M Y K H S L
Decimal 217 2 144 0 0.99 0.34 0.15 320.37 0.98 0.43
Hex D9 2 90 0 63 22 F 140 62 2B
Octal 331 2 220 0 143 42 17 500 142 53
Binary 11011001 10 10010000 0 1100011 100010 1111 101000000 1100010 101011

Color Harmonies of #D90290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90290

Black with #D90290

Text Example


Text Example

White with #D90290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90290; }

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

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

background-color css

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

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

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

border-color css

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

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

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