#D4126D

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

Shades of Ruby #D4126D

Tints of Ruby #D4126D

Color information

#D4126D (or 0xD4126D) is unknown color: approx Ruby. HEX triplet: D4, 12 and 6D. RGB value is (212,18,109). Sum of RGB (Red+Green+Blue) = 212+18+109=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4126D is #2BED92. Grayscale: #565656. Windows color (decimal): -2878867 or 7148244. OLE color: 7148244.

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

Color convert

RGB21218109-
CMYK00.920.490.17
HSL331.86º84.35%45.1%-
HSV(B)331.86º91.51%83.14%-
XYZ30.1315.5315.88-
YUV86.38140.77217.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.54%
GREEN value IS 18 (7.42% from 255) = 5.31%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=62.54%
G=5.31%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121810900.920.490.17331.8684.3545.1
HexD4126D05C311114c542d
Octal324221550134612151412455
Binary1101010010010110110101011100110001100011010011001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4126D; }

 p { color: rgb(212,18,109); }

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

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

 a { background-color: rgb(212,18,109); }

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

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

 span { border-color: rgb(212,18,109); }

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