#D70F5D

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

Shades of Ruby #D70F5D

Tints of Ruby #D70F5D

Color information

#D70F5D (or 0xD70F5D) is unknown color: approx Ruby. HEX triplet: D7, 0F and 5D. RGB value is (215,15,93). Sum of RGB (Red+Green+Blue) = 215+15+93=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F5D is #28F0A2. Grayscale: #535353. Windows color (decimal): -2683043 or 6098903. OLE color: 6098903.

HSL color Cylindrical-coordinate representation of color #D70F5D: hue angle of 336.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F5D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2151593-
CMYK00.930.570.16
HSL336.6º86.96%45.1%-
HSV(B)336.6º93.02%84.31%-
XYZ30.1715.5811.77-
YUV83.69133.26221.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.56%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=66.56%
G=4.64%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215159300.930.570.16336.686.9645.1
HexD7F5D05D3910151572d
Octal327171350135712052112755
Binary110101111111101110101011101111001100001010100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70F5D; }

 p { color: rgb(215,15,93); }

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

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

 a { background-color: rgb(215,15,93); }

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

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

 span { border-color: rgb(215,15,93); }

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