Html Css Color HEX #D90076 Medium Violet Red

📋 copy color: '#D90076'

red 217 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #D90076

Tints of Medium Violet Red #D90076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 64.78%
G = 0%
B = 35.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D90076 (or 0xD90076) is known color: Medium Violet Red. HEX triplet: D9, 00 and 76. RGB value is (217,0,118). Sum of RGB (Red+Green+Blue) = 217+0+118=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D90076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90076 is #26FF89. Grayscale: #4E4E4E. Windows color (decimal): -2555786 or 7733465. OLE color: 7733465.

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

Color convert

RGB 217 0 118 -
CMYK 0 1 0.46 0.15
HSL 327.37º 1% 0.43% -
HSV(B) 327.37º 1% 0.85% -
XYZ 31.89 16.06 18.56 -
YUV 78.34 150.39 226.91 -
System Red Green Blue C M Y K H S L
Decimal 217 0 118 0 1 0.46 0.15 327.37 1 0.43
Hex D9 0 76 0 64 2E F 147 64 2B
Octal 331 0 166 0 144 56 17 507 144 53
Binary 11011001 0 1110110 0 1100100 101110 1111 101000111 1100100 101011

Color Harmonies of #D90076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90076

Black with #D90076

Text Example


Text Example

White with #D90076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90076; }

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

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

background-color css

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

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

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

border-color css

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

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

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