#D0156B

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

Shades of Ruby #D0156B

Tints of Ruby #D0156B

Color information

#D0156B (or 0xD0156B) is unknown color: approx Ruby. HEX triplet: D0, 15 and 6B. RGB value is (208,21,107). Sum of RGB (Red+Green+Blue) = 208+21+107=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0156B is #2FEA94. Grayscale: #565656. Windows color (decimal): -3140245 or 7017936. OLE color: 7017936.

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

Color convert

RGB20821107-
CMYK00.900.490.18
HSL332.41º81.66%44.9%-
HSV(B)332.41º89.9%81.57%-
XYZ28.9315.0115.28-
YUV86.72139.45214.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.90%
GREEN value IS 21 (8.59% from 255) = 6.25%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=61.90%
G=6.25%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082110700.900.490.18332.4181.6644.9
HexD0156B05A311214c522d
Octal320251530132612251412255
Binary1101000010101110101101011010110001100101010011001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0156B; }

 p { color: rgb(208,21,107); }

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

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

 a { background-color: rgb(208,21,107); }

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

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

 span { border-color: rgb(208,21,107); }

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