#D31B64

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

Shades of Ruby #D31B64

Tints of Ruby #D31B64

Color information

#D31B64 (or 0xD31B64) is unknown color: approx Ruby. HEX triplet: D3, 1B and 64. RGB value is (211,27,100). Sum of RGB (Red+Green+Blue) = 211+27+100=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31B64 is #2CE49B. Grayscale: #5A5A5A. Windows color (decimal): -2942108 or 6560723. OLE color: 6560723.

HSL color Cylindrical-coordinate representation of color #D31B64: hue angle of 336.2º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31B64 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB21127100-
CMYK00.870.530.17
HSL336.2º77.31%46.67%-
HSV(B)336.2º87.2%82.75%-
XYZ29.5615.5513.5-
YUV90.34133.46214.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.43%
GREEN value IS 27 (10.94% from 255) = 7.99%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=62.43%
G=7.99%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112710000.870.530.17336.277.3146.67
HexD31B6405735111504d2f
Octal323331440127652152011557
Binary1101001111011110010001010111110101100011010100001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31B64; }

 p { color: rgb(211,27,100); }

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

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

 a { background-color: rgb(211,27,100); }

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

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

 span { border-color: rgb(211,27,100); }

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