#D71558

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

Shades of Ruby #D71558

Tints of Ruby #D71558

Color information

#D71558 (or 0xD71558) is unknown color: approx Ruby. HEX triplet: D7, 15 and 58. RGB value is (215,21,88). Sum of RGB (Red+Green+Blue) = 215+21+88=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D71558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71558 is #28EAA7. Grayscale: #565656. Windows color (decimal): -2681512 or 5772759. OLE color: 5772759.

HSL color Cylindrical-coordinate representation of color #D71558: hue angle of 339.28º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71558 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB2152188-
CMYK00.900.590.16
HSL339.28º82.2%46.27%-
HSV(B)339.28º90.23%84.31%-
XYZ30.0515.6910.68-
YUV86.64128.77219.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.36%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=66.36%
G=6.48%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215218800.900.590.16339.2882.246.27
HexD7155805A3B10153522e
Octal327251300132732052312256
Binary1101011110101101100001011010111011100001010100111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71558; }

 p { color: rgb(215,21,88); }

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

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

 a { background-color: rgb(215,21,88); }

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

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

 span { border-color: rgb(215,21,88); }

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