#D7156D

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

Shades of Ruby #D7156D

Tints of Ruby #D7156D

Color information

#D7156D (or 0xD7156D) is unknown color: approx Ruby. HEX triplet: D7, 15 and 6D. RGB value is (215,21,109). Sum of RGB (Red+Green+Blue) = 215+21+109=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7156D is #28EA92. Grayscale: #585858. Windows color (decimal): -2681491 or 7149015. OLE color: 7149015.

HSL color Cylindrical-coordinate representation of color #D7156D: hue angle of 332.78º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7156D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB21521109-
CMYK00.900.490.16
HSL332.78º82.2%46.27%-
HSV(B)332.78º90.23%84.31%-
XYZ31.0516.0915.94-
YUV89.04139.27217.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.32%
GREEN value IS 21 (8.59% from 255) = 6.09%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=62.32%
G=6.09%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152110900.900.490.16332.7882.246.27
HexD7156D05A311014d522e
Octal327251550132612051512256
Binary1101011110101110110101011010110001100001010011011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7156D; }

 p { color: rgb(215,21,109); }

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

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

 a { background-color: rgb(215,21,109); }

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

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

 span { border-color: rgb(215,21,109); }

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