#D30C5A

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

Shades of Ruby #D30C5A

Tints of Ruby #D30C5A

Color information

#D30C5A (or 0xD30C5A) is unknown color: approx Ruby. HEX triplet: D3, 0C and 5A. RGB value is (211,12,90). Sum of RGB (Red+Green+Blue) = 211+12+90=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30C5A is #2CF3A5. Grayscale: #505050. Windows color (decimal): -2945958 or 5901523. OLE color: 5901523.

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

Color convert

RGB2111290-
CMYK00.940.570.17
HSL336.48º89.24%43.73%-
HSV(B)336.48º94.31%82.75%-
XYZ28.8414.8511.02-
YUV80.39133.43221.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.41%
GREEN value IS 12 (5.08% from 255) = 3.83%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=67.41%
G=3.83%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211129000.940.570.17336.4889.2443.73
HexD3C5A05E3911150592c
Octal323141320136712152013154
Binary110100111100101101001011110111001100011010100001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30C5A; }

 p { color: rgb(211,12,90); }

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

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

 a { background-color: rgb(211,12,90); }

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

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

 span { border-color: rgb(211,12,90); }

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