#DF1268

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

Shades of Ruby #DF1268

Tints of Ruby #DF1268

Color information

#DF1268 (or 0xDF1268) is unknown color: approx Ruby. HEX triplet: DF, 12 and 68. RGB value is (223,18,104). Sum of RGB (Red+Green+Blue) = 223+18+104=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1268 is #20ED97. Grayscale: #585858. Windows color (decimal): -2157976 or 6820575. OLE color: 6820575.

HSL color Cylindrical-coordinate representation of color #DF1268: hue angle of 334.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1268 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB22318104-
CMYK00.920.530.13
HSL334.83º85.06%47.25%-
HSV(B)334.83º91.93%87.45%-
XYZ33.1517.1214.65-
YUV89.1136.42223.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.64%
GREEN value IS 18 (7.42% from 255) = 5.22%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=64.64%
G=5.22%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231810400.920.530.13334.8385.0647.25
HexDF126805C35D14f552f
Octal337221500134651551712557
Binary110111111001011010000101110011010111011010011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1268; }

 p { color: rgb(223,18,104); }

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

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

 a { background-color: rgb(223,18,104); }

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

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

 span { border-color: rgb(223,18,104); }

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