#D71653

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

Shades of Ruby #D71653

Tints of Ruby #D71653

Color information

#D71653 (or 0xD71653) is unknown color: approx Ruby. HEX triplet: D7, 16 and 53. RGB value is (215,22,83). Sum of RGB (Red+Green+Blue) = 215+22+83=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D71653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71653 is #28E9AC. Grayscale: #565656. Windows color (decimal): -2681261 or 5445335. OLE color: 5445335.

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

Color convert

RGB2152283-
CMYK00.900.610.16
HSL341.04º81.43%46.47%-
HSV(B)341.04º89.77%84.31%-
XYZ29.8715.659.63-
YUV86.66125.94219.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.19%
GREEN value IS 22 (8.98% from 255) = 6.88%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=67.19%
G=6.88%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215228300.900.610.16341.0481.4346.47
HexD7165305A3D10155512e
Octal327261230132752052512156
Binary1101011110110101001101011010111101100001010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71653; }

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

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

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

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

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

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

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

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