#DE1278

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

Shades of Ruby #DE1278

Tints of Ruby #DE1278

Color information

#DE1278 (or 0xDE1278) is unknown color: approx Ruby. HEX triplet: DE, 12 and 78. RGB value is (222,18,120). Sum of RGB (Red+Green+Blue) = 222+18+120=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1278 is #21ED87. Grayscale: #5A5A5A. Windows color (decimal): -2223496 or 7869150. OLE color: 7869150.

HSL color Cylindrical-coordinate representation of color #DE1278: hue angle of 330º 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 #DE1278 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB22218120-
CMYK00.920.460.13
HSL330º85%47.06%-
HSV(B)330º91.89%87.06%-
XYZ33.7317.3219.33-
YUV90.62144.59221.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.67%
GREEN value IS 18 (7.42% from 255) = 5%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=61.67%
G=5%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221812000.920.460.133308547.06
HexDE127805C2ED14a552f
Octal336221700134561551212557
Binary110111101001011110000101110010111011011010010101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1278; }

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

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

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

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

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

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

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

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