Html Css Color HEX #D90077 Medium Violet Red

📋 copy color: '#D90077'

red 217 ◦ green 0 ◦ blue 119

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

Shades of Medium Violet Red #D90077

Tints of Medium Violet Red #D90077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.58%
G = 0%
B = 35.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D90077 (or 0xD90077) is known color: Medium Violet Red. HEX triplet: D9, 00 and 77. RGB value is (217,0,119). Sum of RGB (Red+Green+Blue) = 217+0+119=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D90077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90077 is #26FF88. Grayscale: #4E4E4E. Windows color (decimal): -2555785 or 7799001. OLE color: 7799001.

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

Color convert

RGB 217 0 119 -
CMYK 0 1 0.45 0.15
HSL 327.1º 1% 0.43% -
HSV(B) 327.1º 1% 0.85% -
XYZ 31.95 16.08 18.87 -
YUV 78.45 150.89 226.82 -
System Red Green Blue C M Y K H S L
Decimal 217 0 119 0 1 0.45 0.15 327.1 1 0.43
Hex D9 0 77 0 64 2D F 147 64 2B
Octal 331 0 167 0 144 55 17 507 144 53
Binary 11011001 0 1110111 0 1100100 101101 1111 101000111 1100100 101011

Color Harmonies of #D90077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90077

Black with #D90077

Text Example


Text Example

White with #D90077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90077; }

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

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

background-color css

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

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

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

border-color css

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

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

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