#DC1B60

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

Shades of Ruby #DC1B60

Tints of Ruby #DC1B60

Color information

#DC1B60 (or 0xDC1B60) is unknown color: approx Ruby. HEX triplet: DC, 1B and 60. RGB value is (220,27,96). Sum of RGB (Red+Green+Blue) = 220+27+96=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B60 is #23E49F. Grayscale: #5C5C5C. Windows color (decimal): -2352288 or 6298588. OLE color: 6298588.

HSL color Cylindrical-coordinate representation of color #DC1B60: hue angle of 338.55º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B60 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB2202796-
CMYK00.880.560.14
HSL338.55º78.14%48.43%-
HSV(B)338.55º87.73%86.27%-
XYZ32.0216.8412.63-
YUV92.57129.94218.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.14%
GREEN value IS 27 (10.94% from 255) = 7.87%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=64.14%
G=7.87%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220279600.880.560.14338.5578.1448.43
HexDC1B6005838E1534e30
Octal334331400130701652311660
Binary110111001101111000000101100011100011101010100111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1B60; }

 p { color: rgb(220,27,96); }

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

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

 a { background-color: rgb(220,27,96); }

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

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

 span { border-color: rgb(220,27,96); }

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