#DD1265

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

Shades of Ruby #DD1265

Tints of Ruby #DD1265

Color information

#DD1265 (or 0xDD1265) is unknown color: approx Ruby. HEX triplet: DD, 12 and 65. RGB value is (221,18,101). Sum of RGB (Red+Green+Blue) = 221+18+101=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1265 is #22ED9A. Grayscale: #585858. Windows color (decimal): -2289051 or 6623965. OLE color: 6623965.

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

Color convert

RGB22118101-
CMYK00.920.540.13
HSL335.47º84.94%46.86%-
HSV(B)335.47º91.86%86.67%-
XYZ32.3816.7413.84-
YUV88.16135.25222.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=65%
G=5.29%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211810100.920.540.13335.4784.9446.86
HexDD126505C36D14f552f
Octal335221450134661551712557
Binary110111011001011001010101110011011011011010011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1265; }

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

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

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

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

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

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

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

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