Html Css Color HEX #D90280 Medium Violet Red

📋 copy color: '#D90280'

red 217 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #D90280

Tints of Medium Violet Red #D90280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 62.54%
G = 0.58%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D90280 (or 0xD90280) is known color: Medium Violet Red. HEX triplet: D9, 02 and 80. RGB value is (217,2,128). Sum of RGB (Red+Green+Blue) = 217+2+128=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D90280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90280 is #26FD7F. Grayscale: #505050. Windows color (decimal): -2555264 or 8389337. OLE color: 8389337.

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

Color convert

RGB 217 2 128 -
CMYK 0 0.99 0.41 0.15
HSL 324.84º 0.98% 0.43% -
HSV(B) 324.84º 0.99% 0.85% -
XYZ 32.53 16.35 21.86 -
YUV 80.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 217 2 128 0 0.99 0.41 0.15 324.84 0.98 0.43
Hex D9 2 80 0 63 29 F 145 62 2B
Octal 331 2 200 0 143 51 17 505 142 53
Binary 11011001 10 10000000 0 1100011 101001 1111 101000101 1100010 101011

Color Harmonies of #D90280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90280

Black with #D90280

Text Example


Text Example

White with #D90280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90280; }

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

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

background-color css

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

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

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

border-color css

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

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

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