#D1085A

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

Shades of Ruby #D1085A

Tints of Ruby #D1085A

Color information

#D1085A (or 0xD1085A) is unknown color: approx Ruby. HEX triplet: D1, 08 and 5A. RGB value is (209,8,90). Sum of RGB (Red+Green+Blue) = 209+8+90=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1085A is #2EF7A5. Grayscale: #4D4D4D. Windows color (decimal): -3078054 or 5900497. OLE color: 5900497.

HSL color Cylindrical-coordinate representation of color #D1085A: hue angle of 335.52º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1085A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB209890-
CMYK00.960.570.18
HSL335.52º92.63%42.55%-
HSV(B)335.52º96.17%81.96%-
XYZ28.2314.4710.98-
YUV77.45135.09221.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.08%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=68.08%
G=2.61%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20989000.960.570.18335.5292.6342.55
HexD185A06039121505d2b
Octal321101320140712252013553
Binary110100011000101101001100000111001100101010100001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1085A; }

 p { color: rgb(209,8,90); }

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

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

 a { background-color: rgb(209,8,90); }

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

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

 span { border-color: rgb(209,8,90); }

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