#D61768

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

Shades of Ruby #D61768

Tints of Ruby #D61768

Color information

#D61768 (or 0xD61768) is unknown color: approx Ruby. HEX triplet: D6, 17 and 68. RGB value is (214,23,104). Sum of RGB (Red+Green+Blue) = 214+23+104=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D61768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61768 is #29E897. Grayscale: #595959. Windows color (decimal): -2746520 or 6821846. OLE color: 6821846.

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

Color convert

RGB21423104-
CMYK00.890.510.16
HSL334.55º80.59%46.47%-
HSV(B)334.55º89.25%83.92%-
XYZ30.5415.9114.56-
YUV89.34136.28216.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.76%
GREEN value IS 23 (9.38% from 255) = 6.74%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=62.76%
G=6.74%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142310400.890.510.16334.5580.5946.47
HexD61768059331014f512e
Octal326271500131632051712156
Binary1101011010111110100001011001110011100001010011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61768; }

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

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

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

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

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

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

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

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