#D31F6D

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

Shades of Ruby #D31F6D

Tints of Ruby #D31F6D

Color information

#D31F6D (or 0xD31F6D) is unknown color: approx Ruby. HEX triplet: D3, 1F and 6D. RGB value is (211,31,109). Sum of RGB (Red+Green+Blue) = 211+31+109=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31F6D is #2CE092. Grayscale: #5D5D5D. Windows color (decimal): -2941075 or 7151571. OLE color: 7151571.

HSL color Cylindrical-coordinate representation of color #D31F6D: hue angle of 334º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31F6D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB21131109-
CMYK00.850.480.17
HSL334º74.38%47.45%-
HSV(B)334º85.31%82.75%-
XYZ30.1115.9315.96-
YUV93.71136.63211.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.11%
GREEN value IS 31 (12.5% from 255) = 8.83%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=60.11%
G=8.83%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113110900.850.480.1733474.3847.45
HexD31F6D055301114e4a2f
Octal323371550125602151611257
Binary1101001111111110110101010101110000100011010011101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31F6D; }

 p { color: rgb(211,31,109); }

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

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

 a { background-color: rgb(211,31,109); }

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

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

 span { border-color: rgb(211,31,109); }

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