#D80E63

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

Shades of Ruby #D80E63

Tints of Ruby #D80E63

Color information

#D80E63 (or 0xD80E63) is unknown color: approx Ruby. HEX triplet: D8, 0E and 63. RGB value is (216,14,99). Sum of RGB (Red+Green+Blue) = 216+14+99=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E63 is #27F19C. Grayscale: #535353. Windows color (decimal): -2617757 or 6491864. OLE color: 6491864.

HSL color Cylindrical-coordinate representation of color #D80E63: hue angle of 334.75º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80E63 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB2161499-
CMYK00.940.540.15
HSL334.75º87.83%45.1%-
HSV(B)334.75º93.52%84.71%-
XYZ30.7315.8113.24-
YUV84.09136.42222.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.65%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=65.65%
G=4.26%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216149900.940.540.15334.7587.8345.1
HexD8E6305E36F14f582d
Octal330161430136661751713055
Binary11011000111011000110101111011011011111010011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80E63; }

 p { color: rgb(216,14,99); }

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

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

 a { background-color: rgb(216,14,99); }

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

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

 span { border-color: rgb(216,14,99); }

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