#D61760

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

Shades of Ruby #D61760

Tints of Ruby #D61760

Color information

#D61760 (or 0xD61760) is unknown color: approx Ruby. HEX triplet: D6, 17 and 60. RGB value is (214,23,96). Sum of RGB (Red+Green+Blue) = 214+23+96=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D61760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61760 is #29E89F. Grayscale: #585858. Windows color (decimal): -2746528 or 6297558. OLE color: 6297558.

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

Color convert

RGB2142396-
CMYK00.890.550.16
HSL337.07º80.59%46.47%-
HSV(B)337.07º89.25%83.92%-
XYZ30.1515.7512.52-
YUV88.43132.28217.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.26%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=64.26%
G=6.91%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214239600.890.550.16337.0780.5946.47
HexD617600593710151512e
Octal326271400131672052112156
Binary1101011010111110000001011001110111100001010100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61760; }

 p { color: rgb(214,23,96); }

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

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

 a { background-color: rgb(214,23,96); }

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

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

 span { border-color: rgb(214,23,96); }

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