#DE125A

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

Shades of Ruby #DE125A

Tints of Ruby #DE125A

Color information

#DE125A (or 0xDE125A) is unknown color: approx Ruby. HEX triplet: DE, 12 and 5A. RGB value is (222,18,90). Sum of RGB (Red+Green+Blue) = 222+18+90=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE125A is #21EDA5. Grayscale: #575757. Windows color (decimal): -2223526 or 5903070. OLE color: 5903070.

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

Color convert

RGB2221890-
CMYK00.920.590.13
HSL338.82º85%47.06%-
HSV(B)338.82º91.89%87.06%-
XYZ32.1916.711.2-
YUV87.2129.59224.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.27%
GREEN value IS 18 (7.42% from 255) = 5.45%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=67.27%
G=5.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222189000.920.590.13338.828547.06
HexDE125A05C3BD153552f
Octal336221320134731552312557
Binary110111101001010110100101110011101111011010100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE125A; }

 p { color: rgb(222,18,90); }

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

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

 a { background-color: rgb(222,18,90); }

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

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

 span { border-color: rgb(222,18,90); }

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