#D4016E

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

Shades of Ruby #D4016E

Tints of Ruby #D4016E

Color information

#D4016E (or 0xD4016E) is unknown color: approx Ruby. HEX triplet: D4, 01 and 6E. RGB value is (212,1,110). Sum of RGB (Red+Green+Blue) = 212+1+110=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4016E is #2BFE91. Grayscale: #4C4C4C. Windows color (decimal): -2883218 or 7209428. OLE color: 7209428.

HSL color Cylindrical-coordinate representation of color #D4016E: hue angle of 329º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4016E is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB2121110-
CMYK01.000.480.17
HSL329º99.06%41.76%-
HSV(B)329º99.53%83.14%-
XYZ29.9815.1416.1-
YUV76.52146.9224.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.63%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=65.63%
G=0.31%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212111001.000.480.1732999.0641.76
HexD416E0643011149632a
Octal32411560144602151114352
Binary110101001110111001100100110000100011010010011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4016E; }

 p { color: rgb(212,1,110); }

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

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

 a { background-color: rgb(212,1,110); }

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

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

 span { border-color: rgb(212,1,110); }

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