#DD0F62

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

Shades of Ruby #DD0F62

Tints of Ruby #DD0F62

Color information

#DD0F62 (or 0xDD0F62) is unknown color: approx Ruby. HEX triplet: DD, 0F and 62. RGB value is (221,15,98). Sum of RGB (Red+Green+Blue) = 221+15+98=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F62 is #22F09D. Grayscale: #555555. Windows color (decimal): -2289822 or 6426589. OLE color: 6426589.

HSL color Cylindrical-coordinate representation of color #DD0F62: hue angle of 335.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F62 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB2211598-
CMYK00.930.560.13
HSL335.83º87.29%46.27%-
HSV(B)335.83º93.21%86.67%-
XYZ32.1916.613.06-
YUV86.06134.75224.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.17%
GREEN value IS 15 (6.25% from 255) = 4.49%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=66.17%
G=4.49%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221159800.930.560.13335.8387.2946.27
HexDDF6205D38D150572e
Octal335171420135701552012756
Binary11011101111111000100101110111100011011010100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0F62; }

 p { color: rgb(221,15,98); }

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

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

 a { background-color: rgb(221,15,98); }

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

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

 span { border-color: rgb(221,15,98); }

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