#D71E54

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

Shades of Ruby #D71E54

Tints of Ruby #D71E54

Color information

#D71E54 (or 0xD71E54) is unknown color: approx Ruby. HEX triplet: D7, 1E and 54. RGB value is (215,30,84). Sum of RGB (Red+Green+Blue) = 215+30+84=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E54 is #28E1AB. Grayscale: #5B5B5B. Windows color (decimal): -2679212 or 5512919. OLE color: 5512919.

HSL color Cylindrical-coordinate representation of color #D71E54: hue angle of 342.49º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E54 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2153084-
CMYK00.860.610.16
HSL342.49º75.51%48.04%-
HSV(B)342.49º86.05%84.31%-
XYZ30.0916.029.89-
YUV91.47123.79216.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.35%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=65.35%
G=9.12%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215308400.860.610.16342.4975.5148.04
HexD71E540563D101564c30
Octal327361240126752052611460
Binary1101011111110101010001010110111101100001010101101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71E54; }

 p { color: rgb(215,30,84); }

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

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

 a { background-color: rgb(215,30,84); }

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

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

 span { border-color: rgb(215,30,84); }

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