#D90F8D

Color #D90F8D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D90F8D

Tints of Medium Violet Red #D90F8D

Color information

#D90F8D (or 0xD90F8D) is unknown color: approx Medium Violet Red. HEX triplet: D9, 0F and 8D. RGB value is (217,15,141). Sum of RGB (Red+Green+Blue) = 217+15+141=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90F8D is #26F072. Grayscale: #595959. Windows color (decimal): -2551923 or 9244633. OLE color: 9244633.

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

Color convert

RGB21715141-
CMYK00.930.350.15
HSL322.57º87.07%45.49%-
HSV(B)322.57º93.09%85.1%-
XYZ33.5917.0226.71-
YUV89.76156.92218.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.18%
GREEN value IS 15 (6.25% from 255) = 4.02%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=58.18%
G=4.02%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171514100.930.350.15322.5787.0745.49
HexD9F8D05D23F143572d
Octal331172150135431750312755
Binary110110011111100011010101110110001111111010000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90F8D; }

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

 H1.HeaderClassName
 {
   color: #D90F8D;
 }
 .AnyTagClassName
 {
   color: #D90F8D;
 }
</style>
background-color css

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

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

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

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

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

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