#D41061

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

Shades of Ruby #D41061

Tints of Ruby #D41061

Color information

#D41061 (or 0xD41061) is unknown color: approx Ruby. HEX triplet: D4, 10 and 61. RGB value is (212,16,97). Sum of RGB (Red+Green+Blue) = 212+16+97=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D41061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41061 is #2BEF9E. Grayscale: #535353. Windows color (decimal): -2879391 or 6361300. OLE color: 6361300.

HSL color Cylindrical-coordinate representation of color #D41061: hue angle of 335.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41061 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB2121697-
CMYK00.920.540.17
HSL335.2º85.96%44.71%-
HSV(B)335.2º92.45%83.14%-
XYZ29.4915.2312.69-
YUV83.84135.43219.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.23%
GREEN value IS 16 (6.64% from 255) = 4.92%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=65.23%
G=4.92%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212169700.920.540.17335.285.9644.71
HexD4106105C361114f562d
Octal324201410134662151712655
Binary1101010010000110000101011100110110100011010011111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41061; }

 p { color: rgb(212,16,97); }

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

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

 a { background-color: rgb(212,16,97); }

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

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

 span { border-color: rgb(212,16,97); }

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