#D70E61

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

Shades of Ruby #D70E61

Tints of Ruby #D70E61

Color information

#D70E61 (or 0xD70E61) is unknown color: approx Ruby. HEX triplet: D7, 0E and 61. RGB value is (215,14,97). Sum of RGB (Red+Green+Blue) = 215+14+97=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E61 is #28F19E. Grayscale: #535353. Windows color (decimal): -2683295 or 6360791. OLE color: 6360791.

HSL color Cylindrical-coordinate representation of color #D70E61: hue angle of 335.22º degrees, saturation: 0.88, 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 #D70E61 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2151497-
CMYK00.930.550.16
HSL335.22º87.77%44.9%-
HSV(B)335.22º93.49%84.31%-
XYZ30.3415.6212.73-
YUV83.56135.59221.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.95%
GREEN value IS 14 (5.86% from 255) = 4.29%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=65.95%
G=4.29%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215149700.930.550.16335.2287.7744.9
HexD7E6105D371014f582d
Octal327161410135672051713055
Binary110101111110110000101011101110111100001010011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70E61; }

 p { color: rgb(215,14,97); }

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

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

 a { background-color: rgb(215,14,97); }

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

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

 span { border-color: rgb(215,14,97); }

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