#DE1F5E

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

Shades of Ruby #DE1F5E

Tints of Ruby #DE1F5E

Color information

#DE1F5E (or 0xDE1F5E) is unknown color: approx Ruby. HEX triplet: DE, 1F and 5E. RGB value is (222,31,94). Sum of RGB (Red+Green+Blue) = 222+31+94=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F5E is #21E0A1. Grayscale: #5F5F5F. Windows color (decimal): -2220194 or 6168542. OLE color: 6168542.

HSL color Cylindrical-coordinate representation of color #DE1F5E: hue angle of 340.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1F5E is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2223194-
CMYK00.860.580.13
HSL340.21º75.49%49.61%-
HSV(B)340.21º86.04%87.06%-
XYZ32.6317.3212.21-
YUV95.29127.28218.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.98%
GREEN value IS 31 (12.5% from 255) = 8.93%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=63.98%
G=8.93%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222319400.860.580.13340.2175.4949.61
HexDE1F5E0563AD1544b32
Octal336371360126721552411362
Binary110111101111110111100101011011101011011010101001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1F5E; }

 p { color: rgb(222,31,94); }

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

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

 a { background-color: rgb(222,31,94); }

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

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

 span { border-color: rgb(222,31,94); }

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