#DE1750

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

Shades of Ruby #DE1750

Tints of Ruby #DE1750

Color information

#DE1750 (or 0xDE1750) is unknown color: approx Ruby. HEX triplet: DE, 17 and 50. RGB value is (222,23,80). Sum of RGB (Red+Green+Blue) = 222+23+80=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1750 is #21E8AF. Grayscale: #585858. Windows color (decimal): -2222256 or 5248990. OLE color: 5248990.

HSL color Cylindrical-coordinate representation of color #DE1750: hue angle of 342.81º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1750 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2222380-
CMYK00.900.640.13
HSL342.81º81.22%48.04%-
HSV(B)342.81º89.64%87.06%-
XYZ31.8816.729.14-
YUV89122.93222.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 68.31%
GREEN value IS 23 (9.38% from 255) = 7.08%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=68.31%
G=7.08%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222238000.900.640.13342.8181.2248.04
HexDE175005A40D1575130
Octal3362712001321001552712160
Binary1101111010111101000001011010100000011011010101111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1750; }

 p { color: rgb(222,23,80); }

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

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

 a { background-color: rgb(222,23,80); }

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

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

 span { border-color: rgb(222,23,80); }

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