#D71458

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

Shades of Ruby #D71458

Tints of Ruby #D71458

Color information

#D71458 (or 0xD71458) is unknown color: approx Ruby. HEX triplet: D7, 14 and 58. RGB value is (215,20,88). Sum of RGB (Red+Green+Blue) = 215+20+88=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D71458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71458 is #28EBA7. Grayscale: #555555. Windows color (decimal): -2681768 or 5772503. OLE color: 5772503.

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

Color convert

RGB2152088-
CMYK00.910.590.16
HSL339.08º82.98%46.08%-
HSV(B)339.08º90.7%84.31%-
XYZ30.0415.6510.67-
YUV86.06129.1219.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.56%
GREEN value IS 20 (8.20% from 255) = 6.19%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=66.56%
G=6.19%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215208800.910.590.16339.0882.9846.08
HexD7145805B3B10153532e
Octal327241300133732052312356
Binary1101011110100101100001011011111011100001010100111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71458; }

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

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

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

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

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

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

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

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