#D91653

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

Shades of Ruby #D91653

Tints of Ruby #D91653

Color information

#D91653 (or 0xD91653) is unknown color: approx Ruby. HEX triplet: D9, 16 and 53. RGB value is (217,22,83). Sum of RGB (Red+Green+Blue) = 217+22+83=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D91653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91653 is #26E9AC. Grayscale: #575757. Windows color (decimal): -2550189 or 5445337. OLE color: 5445337.

HSL color Cylindrical-coordinate representation of color #D91653: hue angle of 341.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91653 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB2172283-
CMYK00.900.620.15
HSL341.23º81.59%46.86%-
HSV(B)341.23º89.86%85.1%-
XYZ30.4615.959.66-
YUV87.26125.6220.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 67.39%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=67.39%
G=6.83%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217228300.900.620.15341.2381.5946.86
HexD9165305A3EF155522f
Octal331261230132761752512257
Binary110110011011010100110101101011111011111010101011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91653; }

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

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

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

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

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

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

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

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