#D61767

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

Shades of Ruby #D61767

Tints of Ruby #D61767

Color information

#D61767 (or 0xD61767) is unknown color: approx Ruby. HEX triplet: D6, 17 and 67. RGB value is (214,23,103). Sum of RGB (Red+Green+Blue) = 214+23+103=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D61767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61767 is #29E898. Grayscale: #595959. Windows color (decimal): -2746521 or 6756310. OLE color: 6756310.

HSL color Cylindrical-coordinate representation of color #D61767: hue angle of 334.87º 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 #D61767 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21423103-
CMYK00.890.520.16
HSL334.87º80.59%46.47%-
HSV(B)334.87º89.25%83.92%-
XYZ30.4915.8914.29-
YUV89.23135.78217-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.94%
GREEN value IS 23 (9.38% from 255) = 6.76%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=62.94%
G=6.76%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142310300.890.520.16334.8780.5946.47
HexD61767059341014f512e
Octal326271470131642051712156
Binary1101011010111110011101011001110100100001010011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61767; }

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

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

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

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

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

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

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

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