#D90B8A

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

Shades of Medium Violet Red #D90B8A

Tints of Medium Violet Red #D90B8A

Color information

#D90B8A (or 0xD90B8A) is unknown color: approx Medium Violet Red. HEX triplet: D9, 0B and 8A. RGB value is (217,11,138). Sum of RGB (Red+Green+Blue) = 217+11+138=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90B8A is #26F475. Grayscale: #565656. Windows color (decimal): -2552950 or 9047001. OLE color: 9047001.

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

Color convert

RGB21711138-
CMYK00.950.360.15
HSL323.01º90.35%44.71%-
HSV(B)323.01º94.93%85.1%-
XYZ33.3216.8325.54-
YUV87.07156.75220.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.29%
GREEN value IS 11 (4.69% from 255) = 3.01%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=59.29%
G=3.01%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171113800.950.360.15323.0190.3544.71
HexD9B8A05F24F1435a2d
Octal331132120137441750313255
Binary110110011011100010100101111110010011111010000111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90B8A; }

 p { color: rgb(217,11,138); }

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

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

 a { background-color: rgb(217,11,138); }

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

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

 span { border-color: rgb(217,11,138); }

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