#DD0F5C

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

Shades of Ruby #DD0F5C

Tints of Ruby #DD0F5C

Color information

#DD0F5C (or 0xDD0F5C) is unknown color: approx Ruby. HEX triplet: DD, 0F and 5C. RGB value is (221,15,92). Sum of RGB (Red+Green+Blue) = 221+15+92=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F5C is #22F0A3. Grayscale: #555555. Windows color (decimal): -2289828 or 6033373. OLE color: 6033373.

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

Color convert

RGB2211592-
CMYK00.930.580.13
HSL337.57º87.29%46.27%-
HSV(B)337.57º93.21%86.67%-
XYZ31.9216.4911.62-
YUV85.37131.75224.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.38%
GREEN value IS 15 (6.25% from 255) = 4.57%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=67.38%
G=4.57%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221159200.930.580.13337.5787.2946.27
HexDDF5C05D3AD152572e
Octal335171340135721552212756
Binary11011101111110111000101110111101011011010100101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0F5C; }

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

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

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

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

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

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

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

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