#D9046A

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

Shades of Ruby #D9046A

Tints of Ruby #D9046A

Color information

#D9046A (or 0xD9046A) is unknown color: approx Ruby. HEX triplet: D9, 04 and 6A. RGB value is (217,4,106). Sum of RGB (Red+Green+Blue) = 217+4+106=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9046A is #26FB95. Grayscale: #4F4F4F. Windows color (decimal): -2554774 or 6948057. OLE color: 6948057.

HSL color Cylindrical-coordinate representation of color #D9046A: hue angle of 331.27º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9046A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB2174106-
CMYK00.980.510.15
HSL331.27º96.38%43.33%-
HSV(B)331.27º98.16%85.1%-
XYZ31.2615.8815.05-
YUV79.32143.07226.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.36%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=66.36%
G=1.22%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217410600.980.510.15331.2796.3843.33
HexD946A06233F14b602b
Octal33141520142631751314053
Binary1101100110011010100110001011001111111010010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9046A; }

 p { color: rgb(217,4,106); }

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

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

 a { background-color: rgb(217,4,106); }

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

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

 span { border-color: rgb(217,4,106); }

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