#df1f5b

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

Shades of Ruby #DF1F5B

Tints of Ruby #DF1F5B

Color information

#DF1F5B (or 0xDF1F5B) is unknown color: approx Ruby. HEX triplet: DF, 1F and 5B. RGB value is (223,31,91). Sum of RGB (Red+Green+Blue) = 223+31+91=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1F5B is #20E0A4. Grayscale: #5F5F5F. Windows color (decimal): -2154661 or 5971935. OLE color: 5971935.

HSL color Cylindrical-coordinate representation of color #DF1F5B: hue angle of 341.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F5B is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2233191-
CMYK00.860.590.13
HSL341.25º75.59%49.8%-
HSV(B)341.25º86.1%87.45%-
XYZ32.8117.4211.53-
YUV95.25125.61219.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.64%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=64.64%
G=8.99%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223319100.860.590.13341.2575.5949.8
HexDF1F5B0563BD1554c32
Octal337371330126731552511462
Binary110111111111110110110101011011101111011010101011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1f5b; }

 p { color: rgb(223,31,91); }

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

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

 a { background-color: rgb(223,31,91); }

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

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

 span { border-color: rgb(223,31,91); }

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