#D30A7F

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

Shades of Medium Violet Red #D30A7F

Tints of Medium Violet Red #D30A7F

Color information

#D30A7F (or 0xD30A7F) is unknown color: approx Medium Violet Red. HEX triplet: D3, 0A and 7F. RGB value is (211,10,127). Sum of RGB (Red+Green+Blue) = 211+10+127=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30A7F is #2CF580. Grayscale: #535353. Windows color (decimal): -2946433 or 8325843. OLE color: 8325843.

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

Color convert

RGB21110127-
CMYK00.950.400.17
HSL325.07º90.95%43.33%-
HSV(B)325.07º95.26%82.75%-
XYZ30.815.621.47-
YUV83.44152.59218.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.63%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 127 (50% from 255) = 36.49%
R=60.63%
G=2.87%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111012700.950.400.17325.0790.9543.33
HexD3A7F05F28111455b2b
Octal323121770137502150513353
Binary110100111010111111101011111101000100011010001011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30A7F; }

 p { color: rgb(211,10,127); }

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

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

 a { background-color: rgb(211,10,127); }

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

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

 span { border-color: rgb(211,10,127); }

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