#DE135D

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

Shades of Ruby #DE135D

Tints of Ruby #DE135D

Color information

#DE135D (or 0xDE135D) is unknown color: approx Ruby. HEX triplet: DE, 13 and 5D. RGB value is (222,19,93). Sum of RGB (Red+Green+Blue) = 222+19+93=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE135D is #21ECA2. Grayscale: #585858. Windows color (decimal): -2223267 or 6099934. OLE color: 6099934.

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

Color convert

RGB2221993-
CMYK00.910.580.13
HSL338.13º84.23%47.25%-
HSV(B)338.13º91.44%87.06%-
XYZ32.3316.7911.89-
YUV88.13130.75223.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.47%
GREEN value IS 19 (7.81% from 255) = 5.69%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=66.47%
G=5.69%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222199300.910.580.13338.1384.2347.25
HexDE135D05B3AD152542f
Octal336231350133721552212457
Binary110111101001110111010101101111101011011010100101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE135D; }

 p { color: rgb(222,19,93); }

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

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

 a { background-color: rgb(222,19,93); }

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

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

 span { border-color: rgb(222,19,93); }

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