#DE0677

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

Shades of Ruby #DE0677

Tints of Ruby #DE0677

Color information

#DE0677 (or 0xDE0677) is unknown color: approx Ruby. HEX triplet: DE, 06 and 77. RGB value is (222,6,119). Sum of RGB (Red+Green+Blue) = 222+6+119=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0677 is #21F988. Grayscale: #535353. Windows color (decimal): -2226569 or 7800542. OLE color: 7800542.

HSL color Cylindrical-coordinate representation of color #DE0677: hue angle of 328.61º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0677 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB2226119-
CMYK00.970.460.13
HSL328.61º94.74%44.71%-
HSV(B)328.61º97.3%87.06%-
XYZ33.5216.9918.97-
YUV83.47148.06226.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.98%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=63.98%
G=1.73%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222611900.970.460.13328.6194.7444.71
HexDE6770612ED1495f2d
Octal33661670141561551113755
Binary1101111011011101110110000110111011011010010011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0677; }

 p { color: rgb(222,6,119); }

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

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

 a { background-color: rgb(222,6,119); }

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

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

 span { border-color: rgb(222,6,119); }

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