#D30A5D

Color #D30A5D Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #D30A5D

Tints of Ruby #D30A5D

Color information

#D30A5D (or 0xD30A5D) is unknown color: approx Ruby. HEX triplet: D3, 0A and 5D. RGB value is (211,10,93). Sum of RGB (Red+Green+Blue) = 211+10+93=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30A5D is #2CF5A2. Grayscale: #4F4F4F. Windows color (decimal): -2946467 or 6097619. OLE color: 6097619.

HSL color Cylindrical-coordinate representation of color #D30A5D: hue angle of 335.22º 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 #D30A5D is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2111093-
CMYK00.950.560.17
HSL335.22º90.95%43.33%-
HSV(B)335.22º95.26%82.75%-
XYZ28.9514.8611.7-
YUV79.56135.59221.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.20%
GREEN value IS 10 (4.30% from 255) = 3.18%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=67.20%
G=3.18%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211109300.950.560.17335.2290.9543.33
HexD3A5D05F381114f5b2b
Octal323121350137702151713353
Binary110100111010101110101011111111000100011010011111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30A5D; }

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

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

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

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

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

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

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

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