#DF1869

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

Shades of Ruby #DF1869

Tints of Ruby #DF1869

Color information

#DF1869 (or 0xDF1869) is unknown color: approx Ruby. HEX triplet: DF, 18 and 69. RGB value is (223,24,105). Sum of RGB (Red+Green+Blue) = 223+24+105=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1869 is #20E796. Grayscale: #5C5C5C. Windows color (decimal): -2156439 or 6887647. OLE color: 6887647.

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

Color convert

RGB22324105-
CMYK00.890.530.13
HSL335.58º80.57%48.43%-
HSV(B)335.58º89.24%87.45%-
XYZ33.3117.3614.96-
YUV92.73134.93220.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.35%
GREEN value IS 24 (9.77% from 255) = 6.82%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=63.35%
G=6.82%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232410500.890.530.13335.5880.5748.43
HexDF186905935D1505130
Octal337301510131651552012160
Binary110111111100011010010101100111010111011010100001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1869; }

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

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

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

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

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

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

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

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