#DF1870

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

Shades of Ruby #DF1870

Tints of Ruby #DF1870

Color information

#DF1870 (or 0xDF1870) is unknown color: approx Ruby. HEX triplet: DF, 18 and 70. RGB value is (223,24,112). Sum of RGB (Red+Green+Blue) = 223+24+112=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1870 is #20E78F. Grayscale: #5D5D5D. Windows color (decimal): -2156432 or 7346399. OLE color: 7346399.

HSL color Cylindrical-coordinate representation of color #DF1870: hue angle of 333.47º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1870 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB22324112-
CMYK00.890.500.13
HSL333.47º80.57%48.43%-
HSV(B)333.47º89.24%87.45%-
XYZ33.6817.5116.93-
YUV93.53138.43220.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.12%
GREEN value IS 24 (9.77% from 255) = 6.69%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=62.12%
G=6.69%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232411200.890.500.13333.4780.5748.43
HexDF187005932D14d5130
Octal337301600131621551512160
Binary110111111100011100000101100111001011011010011011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1870; }

 p { color: rgb(223,24,112); }

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

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

 a { background-color: rgb(223,24,112); }

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

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

 span { border-color: rgb(223,24,112); }

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