#D61F5C

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

Shades of Ruby #D61F5C

Tints of Ruby #D61F5C

Color information

#D61F5C (or 0xD61F5C) is unknown color: approx Ruby. HEX triplet: D6, 1F and 5C. RGB value is (214,31,92). Sum of RGB (Red+Green+Blue) = 214+31+92=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F5C is #29E0A3. Grayscale: #5C5C5C. Windows color (decimal): -2744484 or 6037462. OLE color: 6037462.

HSL color Cylindrical-coordinate representation of color #D61F5C: hue angle of 340º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61F5C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2143192-
CMYK00.860.570.16
HSL340º74.69%48.04%-
HSV(B)340º85.51%83.92%-
XYZ30.1516.0511.63-
YUV92.67127.63214.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.50%
GREEN value IS 31 (12.5% from 255) = 9.20%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=63.50%
G=9.20%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214319200.860.570.1634074.6948.04
HexD61F5C05639101544b30
Octal326371340126712052411360
Binary1101011011111101110001010110111001100001010101001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61F5C; }

 p { color: rgb(214,31,92); }

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

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

 a { background-color: rgb(214,31,92); }

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

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

 span { border-color: rgb(214,31,92); }

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