#DE0B68

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

Shades of Ruby #DE0B68

Tints of Ruby #DE0B68

Color information

#DE0B68 (or 0xDE0B68) is unknown color: approx Ruby. HEX triplet: DE, 0B and 68. RGB value is (222,11,104). Sum of RGB (Red+Green+Blue) = 222+11+104=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B68 is #21F497. Grayscale: #545454. Windows color (decimal): -2225304 or 6818782. OLE color: 6818782.

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

Color convert

RGB22211104-
CMYK00.950.530.13
HSL333.55º90.56%45.69%-
HSV(B)333.55º95.05%87.06%-
XYZ32.7416.7714.61-
YUV84.69138.9225.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.88%
GREEN value IS 11 (4.69% from 255) = 3.26%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=65.88%
G=3.26%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221110400.950.530.13333.5590.5645.69
HexDEB6805F35D14e5b2e
Octal336131500137651551613356
Binary11011110101111010000101111111010111011010011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0B68; }

 p { color: rgb(222,11,104); }

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

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

 a { background-color: rgb(222,11,104); }

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

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

 span { border-color: rgb(222,11,104); }

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