#D71F71

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

Shades of Ruby #D71F71

Tints of Ruby #D71F71

Color information

#D71F71 (or 0xD71F71) is unknown color: approx Ruby. HEX triplet: D7, 1F and 71. RGB value is (215,31,113). Sum of RGB (Red+Green+Blue) = 215+31+113=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F71 is #28E08E. Grayscale: #5F5F5F. Windows color (decimal): -2678927 or 7413719. OLE color: 7413719.

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

Color convert

RGB21531113-
CMYK00.860.470.16
HSL333.26º74.8%48.24%-
HSV(B)333.26º85.58%84.31%-
XYZ31.4916.6217.17-
YUV95.36137.96213.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.89%
GREEN value IS 31 (12.5% from 255) = 8.64%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=59.89%
G=8.64%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153111300.860.470.16333.2674.848.24
HexD71F710562F1014d4b30
Octal327371610126572051511360
Binary1101011111111111000101010110101111100001010011011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71F71; }

 p { color: rgb(215,31,113); }

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

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

 a { background-color: rgb(215,31,113); }

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

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

 span { border-color: rgb(215,31,113); }

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