#D81355

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

Shades of Ruby #D81355

Tints of Ruby #D81355

Color information

#D81355 (or 0xD81355) is unknown color: approx Ruby. HEX triplet: D8, 13 and 55. RGB value is (216,19,85). Sum of RGB (Red+Green+Blue) = 216+19+85=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D81355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81355 is #27ECAA. Grayscale: #555555. Windows color (decimal): -2616491 or 5575640. OLE color: 5575640.

HSL color Cylindrical-coordinate representation of color #D81355: hue angle of 339.9º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81355 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2161985-
CMYK00.910.610.15
HSL339.9º83.83%46.08%-
HSV(B)339.9º91.2%84.71%-
XYZ30.1915.7210.04-
YUV85.43127.77221.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.5%
GREEN value IS 19 (7.81% from 255) = 5.94%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=67.5%
G=5.94%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216198500.910.610.15339.983.8346.08
HexD8135505B3DF154542e
Octal330231250133751752412456
Binary110110001001110101010101101111110111111010101001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81355; }

 p { color: rgb(216,19,85); }

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

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

 a { background-color: rgb(216,19,85); }

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

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

 span { border-color: rgb(216,19,85); }

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