#DD1264

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

Shades of Ruby #DD1264

Tints of Ruby #DD1264

Color information

#DD1264 (or 0xDD1264) is unknown color: approx Ruby. HEX triplet: DD, 12 and 64. RGB value is (221,18,100). Sum of RGB (Red+Green+Blue) = 221+18+100=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1264 is #22ED9B. Grayscale: #575757. Windows color (decimal): -2289052 or 6558429. OLE color: 6558429.

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

Color convert

RGB22118100-
CMYK00.920.550.13
HSL335.76º84.94%46.86%-
HSV(B)335.76º91.86%86.67%-
XYZ32.3416.7213.58-
YUV88.04134.75222.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.19%
GREEN value IS 18 (7.42% from 255) = 5.31%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=65.19%
G=5.31%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211810000.920.550.13335.7684.9446.86
HexDD126405C37D150552f
Octal335221440134671552012557
Binary110111011001011001000101110011011111011010100001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1264; }

 p { color: rgb(221,18,100); }

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

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

 a { background-color: rgb(221,18,100); }

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

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

 span { border-color: rgb(221,18,100); }

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