#D60E67

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

Shades of Ruby #D60E67

Tints of Ruby #D60E67

Color information

#D60E67 (or 0xD60E67) is unknown color: approx Ruby. HEX triplet: D6, 0E and 67. RGB value is (214,14,103). Sum of RGB (Red+Green+Blue) = 214+14+103=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E67 is #29F198. Grayscale: #535353. Windows color (decimal): -2748825 or 6754006. OLE color: 6754006.

HSL color Cylindrical-coordinate representation of color #D60E67: hue angle of 333.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E67 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21414103-
CMYK00.930.520.16
HSL333.3º87.72%44.71%-
HSV(B)333.3º93.46%83.92%-
XYZ30.3415.5914.24-
YUV83.95138.76220.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.65%
GREEN value IS 14 (5.86% from 255) = 4.23%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=64.65%
G=4.23%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141410300.930.520.16333.387.7244.71
HexD6E6705D341014d582d
Octal326161470135642051513055
Binary110101101110110011101011101110100100001010011011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60E67; }

 p { color: rgb(214,14,103); }

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

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

 a { background-color: rgb(214,14,103); }

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

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

 span { border-color: rgb(214,14,103); }

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