#D30C5B

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

Shades of Ruby #D30C5B

Tints of Ruby #D30C5B

Color information

#D30C5B (or 0xD30C5B) is unknown color: approx Ruby. HEX triplet: D3, 0C and 5B. RGB value is (211,12,91). Sum of RGB (Red+Green+Blue) = 211+12+91=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30C5B is #2CF3A4. Grayscale: #505050. Windows color (decimal): -2945957 or 5967059. OLE color: 5967059.

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

Color convert

RGB2111291-
CMYK00.940.570.17
HSL336.18º89.24%43.73%-
HSV(B)336.18º94.31%82.75%-
XYZ28.8814.8711.24-
YUV80.51133.93221.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.20%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=67.20%
G=3.82%
B=28.98%

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
Decimal211129100.940.570.17336.1889.2443.73
HexD3C5B05E3911150592c
Octal323141330136712152013154
Binary110100111100101101101011110111001100011010100001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30C5B; }

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

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

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

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

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

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

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

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