#DF1564

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

Shades of Ruby #DF1564

Tints of Ruby #DF1564

Color information

#DF1564 (or 0xDF1564) is unknown color: approx Ruby. HEX triplet: DF, 15 and 64. RGB value is (223,21,100). Sum of RGB (Red+Green+Blue) = 223+21+100=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1564 is #20EA9B. Grayscale: #5A5A5A. Windows color (decimal): -2157212 or 6559199. OLE color: 6559199.

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

Color convert

RGB22321100-
CMYK00.910.550.13
HSL336.53º82.79%47.84%-
HSV(B)336.53º90.58%87.45%-
XYZ3317.1413.63-
YUV90.4133.42222.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.83%
GREEN value IS 21 (8.59% from 255) = 6.10%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=64.83%
G=6.10%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232110000.910.550.13336.5382.7947.84
HexDF156405B37D1515330
Octal337251440133671552112360
Binary110111111010111001000101101111011111011010100011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1564; }

 p { color: rgb(223,21,100); }

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

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

 a { background-color: rgb(223,21,100); }

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

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

 span { border-color: rgb(223,21,100); }

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