#DF0F5A

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

Shades of Ruby #DF0F5A

Tints of Ruby #DF0F5A

Color information

#DF0F5A (or 0xDF0F5A) is unknown color: approx Ruby. HEX triplet: DF, 0F and 5A. RGB value is (223,15,90). Sum of RGB (Red+Green+Blue) = 223+15+90=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F5A is #20F0A5. Grayscale: #555555. Windows color (decimal): -2158758 or 5902303. OLE color: 5902303.

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

Color convert

RGB2231590-
CMYK00.930.600.13
HSL338.37º87.39%46.67%-
HSV(B)338.37º93.27%87.45%-
XYZ32.4516.7711.2-
YUV85.74130.41225.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 67.99%
GREEN value IS 15 (6.25% from 255) = 4.57%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=67.99%
G=4.57%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223159000.930.600.13338.3787.3946.67
HexDFF5A05D3CD152572f
Octal337171320135741552212757
Binary11011111111110110100101110111110011011010100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0F5A; }

 p { color: rgb(223,15,90); }

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

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

 a { background-color: rgb(223,15,90); }

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

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

 span { border-color: rgb(223,15,90); }

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