#D81E66

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

Shades of Ruby #D81E66

Tints of Ruby #D81E66

Color information

#D81E66 (or 0xD81E66) is unknown color: approx Ruby. HEX triplet: D8, 1E and 66. RGB value is (216,30,102). Sum of RGB (Red+Green+Blue) = 216+30+102=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E66 is #27E199. Grayscale: #5D5D5D. Windows color (decimal): -2613658 or 6692568. OLE color: 6692568.

HSL color Cylindrical-coordinate representation of color #D81E66: hue angle of 336.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E66 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21630102-
CMYK00.860.530.15
HSL336.77º75.61%48.24%-
HSV(B)336.77º86.11%84.71%-
XYZ31.1816.4914.11-
YUV93.82132.62215.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.07%
GREEN value IS 30 (12.11% from 255) = 8.62%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=62.07%
G=8.62%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163010200.860.530.15336.7775.6148.24
HexD81E6605635F1514c30
Octal330361460126651752111460
Binary110110001111011001100101011011010111111010100011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81E66; }

 p { color: rgb(216,30,102); }

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

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

 a { background-color: rgb(216,30,102); }

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

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

 span { border-color: rgb(216,30,102); }

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