#D4115E

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

Shades of Ruby #D4115E

Tints of Ruby #D4115E

Color information

#D4115E (or 0xD4115E) is unknown color: approx Ruby. HEX triplet: D4, 11 and 5E. RGB value is (212,17,94). Sum of RGB (Red+Green+Blue) = 212+17+94=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4115E is #2BEEA1. Grayscale: #535353. Windows color (decimal): -2879138 or 6164948. OLE color: 6164948.

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

Color convert

RGB2121794-
CMYK00.920.560.17
HSL336.31º85.15%44.9%-
HSV(B)336.31º91.98%83.14%-
XYZ29.3715.2111.98-
YUV84.08133.6219.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.63%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=65.63%
G=5.26%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212179400.920.560.17336.3185.1544.9
HexD4115E05C3811150552d
Octal324211360134702152012555
Binary1101010010001101111001011100111000100011010100001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4115E; }

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

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

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

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

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

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

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

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