#D60A64

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

Shades of Ruby #D60A64

Tints of Ruby #D60A64

Color information

#D60A64 (or 0xD60A64) is unknown color: approx Ruby. HEX triplet: D6, 0A and 64. RGB value is (214,10,100). Sum of RGB (Red+Green+Blue) = 214+10+100=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A64 is #29F59B. Grayscale: #515151. Windows color (decimal): -2749852 or 6556374. OLE color: 6556374.

HSL color Cylindrical-coordinate representation of color #D60A64: hue angle of 333.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A64 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB21410100-
CMYK00.950.530.16
HSL333.53º91.07%43.92%-
HSV(B)333.53º95.33%83.92%-
XYZ30.1415.4313.45-
YUV81.26138.59222.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.05%
GREEN value IS 10 (4.30% from 255) = 3.09%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=66.05%
G=3.09%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141010000.950.530.16333.5391.0743.92
HexD6A6405F351014e5b2c
Octal326121440137652051613354
Binary110101101010110010001011111110101100001010011101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60A64; }

 p { color: rgb(214,10,100); }

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

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

 a { background-color: rgb(214,10,100); }

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

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

 span { border-color: rgb(214,10,100); }

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