#DE0867

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

Shades of Ruby #DE0867

Tints of Ruby #DE0867

Color information

#DE0867 (or 0xDE0867) is unknown color: approx Ruby. HEX triplet: DE, 08 and 67. RGB value is (222,8,103). Sum of RGB (Red+Green+Blue) = 222+8+103=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0867 is #21F798. Grayscale: #525252. Windows color (decimal): -2226073 or 6752478. OLE color: 6752478.

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

Color convert

RGB2228103-
CMYK00.960.540.13
HSL333.36º93.04%45.1%-
HSV(B)333.36º96.4%87.06%-
XYZ32.6616.6814.33-
YUV82.82139.4227.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=66.67%
G=2.40%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222810300.960.540.13333.3693.0445.1
HexDE86706036D14d5d2d
Octal336101470140661551513555
Binary11011110100011001110110000011011011011010011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0867; }

 p { color: rgb(222,8,103); }

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

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

 a { background-color: rgb(222,8,103); }

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

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

 span { border-color: rgb(222,8,103); }

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