Html Css Color HEX #D90F76 Medium Violet Red

📋 copy color: '#D90F76'

red 217 ◦ green 15 ◦ blue 118

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

Shades of Medium Violet Red #D90F76

Tints of Medium Violet Red #D90F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

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

R = 62%
G = 4.29%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D90F76 (or 0xD90F76) is known color: Medium Violet Red. HEX triplet: D9, 0F and 76. RGB value is (217,15,118). Sum of RGB (Red+Green+Blue) = 217+15+118=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90F76 is #26F089. Grayscale: #565656. Windows color (decimal): -2551946 or 7737305. OLE color: 7737305.

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

Color convert

RGB 217 15 118 -
CMYK 0 0.93 0.46 0.15
HSL 329.41º 0.87% 0.45% -
HSV(B) 329.41º 0.93% 0.85% -
XYZ 32.06 16.4 18.62 -
YUV 87.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 217 15 118 0 0.93 0.46 0.15 329.41 0.87 0.45
Hex D9 F 76 0 5D 2E F 149 57 2D
Octal 331 17 166 0 135 56 17 511 127 55
Binary 11011001 1111 1110110 0 1011101 101110 1111 101001001 1010111 101101

Color Harmonies of #D90F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90F76

Black with #D90F76

Text Example


Text Example

White with #D90F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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