#D30E84

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

Shades of Medium Violet Red #D30E84

Tints of Medium Violet Red #D30E84

Color information

#D30E84 (or 0xD30E84) is unknown color: approx Medium Violet Red. HEX triplet: D3, 0E and 84. RGB value is (211,14,132). Sum of RGB (Red+Green+Blue) = 211+14+132=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30E84 is #2CF17B. Grayscale: #565656. Windows color (decimal): -2945404 or 8654547. OLE color: 8654547.

HSL color Cylindrical-coordinate representation of color #D30E84: hue angle of 324.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30E84 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB21114132-
CMYK00.930.370.17
HSL324.06º87.56%44.12%-
HSV(B)324.06º93.36%82.75%-
XYZ31.1915.8323.24-
YUV86.36153.77216.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.10%
GREEN value IS 14 (5.86% from 255) = 3.92%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=59.10%
G=3.92%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111413200.930.370.17324.0687.5644.12
HexD3E8405D2511144582c
Octal323162040135452150413054
Binary1101001111101000010001011101100101100011010001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30E84; }

 p { color: rgb(211,14,132); }

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

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

 a { background-color: rgb(211,14,132); }

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

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

 span { border-color: rgb(211,14,132); }

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