Html Css Color HEX #D90282 Medium Violet Red

📋 copy color: '#D90282'

red 217 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #D90282

Tints of Medium Violet Red #D90282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.25%

R = 62.18%
G = 0.57%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D90282 (or 0xD90282) is known color: Medium Violet Red. HEX triplet: D9, 02 and 82. RGB value is (217,2,130). Sum of RGB (Red+Green+Blue) = 217+2+130=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D90282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90282 is #26FD7D. Grayscale: #505050. Windows color (decimal): -2555262 or 8520409. OLE color: 8520409.

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

Color convert

RGB 217 2 130 -
CMYK 0 0.99 0.40 0.15
HSL 324.28º 0.98% 0.43% -
HSV(B) 324.28º 0.99% 0.85% -
XYZ 32.67 16.41 22.56 -
YUV 80.88 155.73 225.09 -
System Red Green Blue C M Y K H S L
Decimal 217 2 130 0 0.99 0.40 0.15 324.28 0.98 0.43
Hex D9 2 82 0 63 28 F 144 62 2B
Octal 331 2 202 0 143 50 17 504 142 53
Binary 11011001 10 10000010 0 1100011 101000 1111 101000100 1100010 101011

Color Harmonies of #D90282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90282

Black with #D90282

Text Example


Text Example

White with #D90282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90282; }

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

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

background-color css

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

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

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

border-color css

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

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

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