#D81565

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

Shades of Ruby #D81565

Tints of Ruby #D81565

Color information

#D81565 (or 0xD81565) is unknown color: approx Ruby. HEX triplet: D8, 15 and 65. RGB value is (216,21,101). Sum of RGB (Red+Green+Blue) = 216+21+101=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D81565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81565 is #27EA9A. Grayscale: #585858. Windows color (decimal): -2615963 or 6624728. OLE color: 6624728.

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

Color convert

RGB21621101-
CMYK00.900.530.15
HSL335.38º82.28%46.47%-
HSV(B)335.38º90.28%84.71%-
XYZ30.9416.0713.78-
YUV88.42135.1219-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.91%
GREEN value IS 21 (8.59% from 255) = 6.21%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=63.91%
G=6.21%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162110100.900.530.15335.3882.2846.47
HexD8156505A35F14f522e
Octal330251450132651751712256
Binary110110001010111001010101101011010111111010011111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81565; }

 p { color: rgb(216,21,101); }

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

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

 a { background-color: rgb(216,21,101); }

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

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

 span { border-color: rgb(216,21,101); }

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