#D31470

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

Shades of Ruby #D31470

Tints of Ruby #D31470

Color information

#D31470 (or 0xD31470) is unknown color: approx Ruby. HEX triplet: D3, 14 and 70. RGB value is (211,20,112). Sum of RGB (Red+Green+Blue) = 211+20+112=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D31470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31470 is #2CEB8F. Grayscale: #575757. Windows color (decimal): -2943888 or 7345363. OLE color: 7345363.

HSL color Cylindrical-coordinate representation of color #D31470: hue angle of 331.1º degrees, saturation: 0.83, 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 #D31470 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB21120112-
CMYK00.910.470.17
HSL331.1º82.68%45.29%-
HSV(B)331.1º90.52%82.75%-
XYZ30.0415.5216.74-
YUV87.6141.78216.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 61.52%
GREEN value IS 20 (8.20% from 255) = 5.83%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=61.52%
G=5.83%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112011200.910.470.17331.182.6845.29
HexD3147005B2F1114b532d
Octal323241600133572151312355
Binary1101001110100111000001011011101111100011010010111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31470; }

 p { color: rgb(211,20,112); }

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

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

 a { background-color: rgb(211,20,112); }

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

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

 span { border-color: rgb(211,20,112); }

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