#D41354

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

Shades of Ruby #D41354

Tints of Ruby #D41354

Color information

#D41354 (or 0xD41354) is unknown color: approx Ruby. HEX triplet: D4, 13 and 54. RGB value is (212,19,84). Sum of RGB (Red+Green+Blue) = 212+19+84=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D41354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41354 is #2BECAB. Grayscale: #545454. Windows color (decimal): -2878636 or 5510100. OLE color: 5510100.

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

Color convert

RGB2121984-
CMYK00.910.600.17
HSL339.79º83.55%45.29%-
HSV(B)339.79º91.04%83.14%-
XYZ28.9815.19.78-
YUV84.12127.94219.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.30%
GREEN value IS 19 (7.81% from 255) = 6.03%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=67.30%
G=6.03%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212198400.910.600.17339.7983.5545.29
HexD4135405B3C11154542d
Octal324231240133742152412455
Binary1101010010011101010001011011111100100011010101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41354; }

 p { color: rgb(212,19,84); }

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

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

 a { background-color: rgb(212,19,84); }

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

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

 span { border-color: rgb(212,19,84); }

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