#D61964

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

Shades of Ruby #D61964

Tints of Ruby #D61964

Color information

#D61964 (or 0xD61964) is unknown color: approx Ruby. HEX triplet: D6, 19 and 64. RGB value is (214,25,100). Sum of RGB (Red+Green+Blue) = 214+25+100=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D61964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61964 is #29E69B. Grayscale: #595959. Windows color (decimal): -2746012 or 6560214. OLE color: 6560214.

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

Color convert

RGB21425100-
CMYK00.880.530.16
HSL336.19º79.08%46.86%-
HSV(B)336.19º88.32%83.92%-
XYZ30.3815.9113.53-
YUV90.06133.62216.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.13%
GREEN value IS 25 (10.16% from 255) = 7.37%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=63.13%
G=7.37%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142510000.880.530.16336.1979.0846.86
HexD6196405835101504f2f
Octal326311440130652052011757
Binary1101011011001110010001011000110101100001010100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61964; }

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

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

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

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

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

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

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

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