#D3165A

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

Shades of Ruby #D3165A

Tints of Ruby #D3165A

Color information

#D3165A (or 0xD3165A) is unknown color: approx Ruby. HEX triplet: D3, 16 and 5A. RGB value is (211,22,90). Sum of RGB (Red+Green+Blue) = 211+22+90=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3165A is #2CE9A5. Grayscale: #565656. Windows color (decimal): -2943398 or 5904083. OLE color: 5904083.

HSL color Cylindrical-coordinate representation of color #D3165A: hue angle of 338.41º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3165A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB2112290-
CMYK00.900.570.17
HSL338.41º81.12%45.69%-
HSV(B)338.41º89.57%82.75%-
XYZ2915.1611.07-
YUV86.26130.12216.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 65.33%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=65.33%
G=6.81%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211229000.900.570.17338.4181.1245.69
HexD3165A05A3911152512e
Octal323261320132712152212156
Binary1101001110110101101001011010111001100011010100101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3165A; }

 p { color: rgb(211,22,90); }

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

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

 a { background-color: rgb(211,22,90); }

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

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

 span { border-color: rgb(211,22,90); }

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