#DF186E

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

Shades of Ruby #DF186E

Tints of Ruby #DF186E

Color information

#DF186E (or 0xDF186E) is unknown color: approx Ruby. HEX triplet: DF, 18 and 6E. RGB value is (223,24,110). Sum of RGB (Red+Green+Blue) = 223+24+110=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF186E is #20E791. Grayscale: #5D5D5D. Windows color (decimal): -2156434 or 7215327. OLE color: 7215327.

HSL color Cylindrical-coordinate representation of color #DF186E: hue angle of 334.07º 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 #DF186E is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB22324110-
CMYK00.890.510.13
HSL334.07º80.57%48.43%-
HSV(B)334.07º89.24%87.45%-
XYZ33.5717.4716.35-
YUV93.3137.43220.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.46%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=62.46%
G=6.72%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232411000.890.510.13334.0780.5748.43
HexDF186E05933D14e5130
Octal337301560131631551612160
Binary110111111100011011100101100111001111011010011101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF186E; }

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

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

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

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

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

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

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

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