#D30588

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

Shades of Medium Violet Red #D30588

Tints of Medium Violet Red #D30588

Color information

#D30588 (or 0xD30588) is unknown color: approx Medium Violet Red. HEX triplet: D3, 05 and 88. RGB value is (211,5,136). Sum of RGB (Red+Green+Blue) = 211+5+136=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D30588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30588 is #2CFA77. Grayscale: #515151. Windows color (decimal): -2947704 or 8914387. OLE color: 8914387.

HSL color Cylindrical-coordinate representation of color #D30588: hue angle of 321.84º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30588 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB2115136-
CMYK00.980.360.17
HSL321.84º95.37%42.35%-
HSV(B)321.84º97.63%82.75%-
XYZ31.3615.7324.68-
YUV81.53158.75220.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.94%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=59.94%
G=1.42%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211513600.980.360.17321.8495.3742.35
HexD358806224111425f2a
Octal32352100142442150213752
Binary110100111011000100001100010100100100011010000101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30588; }

 p { color: rgb(211,5,136); }

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

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

 a { background-color: rgb(211,5,136); }

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

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

 span { border-color: rgb(211,5,136); }

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