#D4115A

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

Shades of Ruby #D4115A

Tints of Ruby #D4115A

Color information

#D4115A (or 0xD4115A) is unknown color: approx Ruby. HEX triplet: D4, 11 and 5A. RGB value is (212,17,90). Sum of RGB (Red+Green+Blue) = 212+17+90=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D4115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4115A is #2BEEA5. Grayscale: #535353. Windows color (decimal): -2879142 or 5902804. OLE color: 5902804.

HSL color Cylindrical-coordinate representation of color #D4115A: hue angle of 337.54º 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 #D4115A is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB2121790-
CMYK00.920.580.17
HSL337.54º85.15%44.9%-
HSV(B)337.54º91.98%83.14%-
XYZ29.215.1411.06-
YUV83.63131.6219.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.46%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=66.46%
G=5.33%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212179000.920.580.17337.5485.1544.9
HexD4115A05C3A11152552d
Octal324211320134722152212555
Binary1101010010001101101001011100111010100011010100101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4115A; }

 p { color: rgb(212,17,90); }

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

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

 a { background-color: rgb(212,17,90); }

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

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

 span { border-color: rgb(212,17,90); }

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