#D4115C

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

Shades of Ruby #D4115C

Tints of Ruby #D4115C

Color information

#D4115C (or 0xD4115C) is unknown color: approx Ruby. HEX triplet: D4, 11 and 5C. RGB value is (212,17,92). Sum of RGB (Red+Green+Blue) = 212+17+92=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4115C is #2BEEA3. Grayscale: #535353. Windows color (decimal): -2879140 or 6033876. OLE color: 6033876.

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

Color convert

RGB2121792-
CMYK00.920.570.17
HSL336.92º85.15%44.9%-
HSV(B)336.92º91.98%83.14%-
XYZ29.2815.1711.51-
YUV83.85132.6219.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.04%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=66.04%
G=5.30%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212179200.920.570.17336.9285.1544.9
HexD4115C05C3911151552d
Octal324211340134712152112555
Binary1101010010001101110001011100111001100011010100011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4115C; }

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

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

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

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

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

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

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

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