#D81E68

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

Shades of Ruby #D81E68

Tints of Ruby #D81E68

Color information

#D81E68 (or 0xD81E68) is unknown color: approx Ruby. HEX triplet: D8, 1E and 68. RGB value is (216,30,104). Sum of RGB (Red+Green+Blue) = 216+30+104=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E68 is #27E197. Grayscale: #5D5D5D. Windows color (decimal): -2613656 or 6823640. OLE color: 6823640.

HSL color Cylindrical-coordinate representation of color #D81E68: hue angle of 336.13º 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 #D81E68 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB21630104-
CMYK00.860.520.15
HSL336.13º75.61%48.24%-
HSV(B)336.13º86.11%84.71%-
XYZ31.2816.5314.64-
YUV94.05133.62214.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.71%
GREEN value IS 30 (12.11% from 255) = 8.57%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=61.71%
G=8.57%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163010400.860.520.15336.1375.6148.24
HexD81E6805634F1504c30
Octal330361500126641752011460
Binary110110001111011010000101011011010011111010100001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81E68; }

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

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

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

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

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

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

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

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