#D61461

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

Shades of Ruby #D61461

Tints of Ruby #D61461

Color information

#D61461 (or 0xD61461) is unknown color: approx Ruby. HEX triplet: D6, 14 and 61. RGB value is (214,20,97). Sum of RGB (Red+Green+Blue) = 214+20+97=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D61461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61461 is #29EB9E. Grayscale: #565656. Windows color (decimal): -2747295 or 6362326. OLE color: 6362326.

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

Color convert

RGB2142097-
CMYK00.910.550.16
HSL336.19º82.91%45.88%-
HSV(B)336.19º90.65%83.92%-
XYZ30.1415.6612.74-
YUV86.78133.77218.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.65%
GREEN value IS 20 (8.20% from 255) = 6.04%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=64.65%
G=6.04%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214209700.910.550.16336.1982.9145.88
HexD6146105B3710150532e
Octal326241410133672052012356
Binary1101011010100110000101011011110111100001010100001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61461; }

 p { color: rgb(214,20,97); }

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

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

 a { background-color: rgb(214,20,97); }

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

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

 span { border-color: rgb(214,20,97); }

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