#D71E5A

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

Shades of Ruby #D71E5A

Tints of Ruby #D71E5A

Color information

#D71E5A (or 0xD71E5A) is unknown color: approx Ruby. HEX triplet: D7, 1E and 5A. RGB value is (215,30,90). Sum of RGB (Red+Green+Blue) = 215+30+90=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E5A is #28E1A5. Grayscale: #5C5C5C. Windows color (decimal): -2679206 or 5906135. OLE color: 5906135.

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

Color convert

RGB2153090-
CMYK00.860.580.16
HSL340.54º75.51%48.04%-
HSV(B)340.54º86.05%84.31%-
XYZ30.3316.1111.18-
YUV92.16126.79215.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.18%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=64.18%
G=8.96%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215309000.860.580.16340.5475.5148.04
HexD71E5A0563A101554c30
Octal327361320126722052511460
Binary1101011111110101101001010110111010100001010101011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71E5A; }

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

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

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

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

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

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

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

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