#D31167

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

Shades of Ruby #D31167

Tints of Ruby #D31167

Color information

#D31167 (or 0xD31167) is unknown color: approx Ruby. HEX triplet: D3, 11 and 67. RGB value is (211,17,103). Sum of RGB (Red+Green+Blue) = 211+17+103=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D31167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31167 is #2CEE98. Grayscale: #545454. Windows color (decimal): -2944665 or 6754771. OLE color: 6754771.

HSL color Cylindrical-coordinate representation of color #D31167: hue angle of 333.4º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31167 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB21117103-
CMYK00.920.510.17
HSL333.4º85.09%44.71%-
HSV(B)333.4º91.94%82.75%-
XYZ29.5115.2314.22-
YUV84.81138.27218.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.75%
GREEN value IS 17 (7.03% from 255) = 5.14%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=63.75%
G=5.14%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111710300.920.510.17333.485.0944.71
HexD3116705C331114d552d
Octal323211470134632151512555
Binary1101001110001110011101011100110011100011010011011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31167; }

 p { color: rgb(211,17,103); }

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

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

 a { background-color: rgb(211,17,103); }

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

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

 span { border-color: rgb(211,17,103); }

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