#D71651

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

Shades of Ruby #D71651

Tints of Ruby #D71651

Color information

#D71651 (or 0xD71651) is unknown color: approx Ruby. HEX triplet: D7, 16 and 51. RGB value is (215,22,81). Sum of RGB (Red+Green+Blue) = 215+22+81=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D71651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71651 is #28E9AE. Grayscale: #565656. Windows color (decimal): -2681263 or 5314263. OLE color: 5314263.

HSL color Cylindrical-coordinate representation of color #D71651: hue angle of 341.66º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71651 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2152281-
CMYK00.900.620.16
HSL341.66º81.43%46.47%-
HSV(B)341.66º89.77%84.31%-
XYZ29.815.619.23-
YUV86.43124.94219.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.61%
GREEN value IS 22 (8.98% from 255) = 6.92%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=67.61%
G=6.92%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215228100.900.620.16341.6681.4346.47
HexD7165105A3E10156512e
Octal327261210132762052612156
Binary1101011110110101000101011010111110100001010101101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71651; }

 p { color: rgb(215,22,81); }

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

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

 a { background-color: rgb(215,22,81); }

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

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

 span { border-color: rgb(215,22,81); }

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