Html Css Color HEX #D90277 Medium Violet Red

📋 copy color: '#D90277'

red 217 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #D90277

Tints of Medium Violet Red #D90277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.21%

R = 64.2%
G = 0.59%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D90277 (or 0xD90277) is known color: Medium Violet Red. HEX triplet: D9, 02 and 77. RGB value is (217,2,119). Sum of RGB (Red+Green+Blue) = 217+2+119=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D90277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90277 is #26FD88. Grayscale: #4F4F4F. Windows color (decimal): -2555273 or 7799513. OLE color: 7799513.

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

Color convert

RGB 217 2 119 -
CMYK 0 0.99 0.45 0.15
HSL 327.35º 0.98% 0.43% -
HSV(B) 327.35º 0.99% 0.85% -
XYZ 31.97 16.13 18.88 -
YUV 79.62 150.23 225.99 -
System Red Green Blue C M Y K H S L
Decimal 217 2 119 0 0.99 0.45 0.15 327.35 0.98 0.43
Hex D9 2 77 0 63 2D F 147 62 2B
Octal 331 2 167 0 143 55 17 507 142 53
Binary 11011001 10 1110111 0 1100011 101101 1111 101000111 1100010 101011

Color Harmonies of #D90277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90277

Black with #D90277

Text Example


Text Example

White with #D90277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90277; }

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

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

background-color css

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

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

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

border-color css

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

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

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