#D7126C

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

Shades of Ruby #D7126C

Tints of Ruby #D7126C

Color information

#D7126C (or 0xD7126C) is unknown color: approx Ruby. HEX triplet: D7, 12 and 6C. RGB value is (215,18,108). Sum of RGB (Red+Green+Blue) = 215+18+108=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7126C is #28ED93. Grayscale: #575757. Windows color (decimal): -2682260 or 7082711. OLE color: 7082711.

HSL color Cylindrical-coordinate representation of color #D7126C: hue angle of 332.59º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7126C is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21518108-
CMYK00.920.500.16
HSL332.59º84.55%45.69%-
HSV(B)332.59º91.63%84.31%-
XYZ30.9515.9615.64-
YUV87.16139.77219.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.05%
GREEN value IS 18 (7.42% from 255) = 5.28%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=63.05%
G=5.28%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151810800.920.500.16332.5984.5545.69
HexD7126C05C321014d552e
Octal327221540134622051512556
Binary1101011110010110110001011100110010100001010011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7126C; }

 p { color: rgb(215,18,108); }

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

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

 a { background-color: rgb(215,18,108); }

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

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

 span { border-color: rgb(215,18,108); }

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