#D71E5C

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

Shades of Ruby #D71E5C

Tints of Ruby #D71E5C

Color information

#D71E5C (or 0xD71E5C) is unknown color: approx Ruby. HEX triplet: D7, 1E and 5C. RGB value is (215,30,92). Sum of RGB (Red+Green+Blue) = 215+30+92=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E5C is #28E1A3. Grayscale: #5C5C5C. Windows color (decimal): -2679204 or 6037207. OLE color: 6037207.

HSL color Cylindrical-coordinate representation of color #D71E5C: hue angle of 339.89º 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 #D71E5C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2153092-
CMYK00.860.570.16
HSL339.89º75.51%48.04%-
HSV(B)339.89º86.05%84.31%-
XYZ30.4216.1511.64-
YUV92.38127.79215.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.80%
GREEN value IS 30 (12.11% from 255) = 8.90%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=63.80%
G=8.90%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215309200.860.570.16339.8975.5148.04
HexD71E5C05639101544c30
Octal327361340126712052411460
Binary1101011111110101110001010110111001100001010101001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71E5C; }

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

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

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

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

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

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

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

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