#DE0B6D

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

Shades of Ruby #DE0B6D

Tints of Ruby #DE0B6D

Color information

#DE0B6D (or 0xDE0B6D) is unknown color: approx Ruby. HEX triplet: DE, 0B and 6D. RGB value is (222,11,109). Sum of RGB (Red+Green+Blue) = 222+11+109=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B6D is #21F492. Grayscale: #555555. Windows color (decimal): -2225299 or 7146462. OLE color: 7146462.

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

Color convert

RGB22211109-
CMYK00.950.510.13
HSL332.13º90.56%45.69%-
HSV(B)332.13º95.05%87.06%-
XYZ3316.8715.99-
YUV85.26141.4225.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.91%
GREEN value IS 11 (4.69% from 255) = 3.22%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=64.91%
G=3.22%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221110900.950.510.13332.1390.5645.69
HexDEB6D05F33D14c5b2e
Octal336131550137631551413356
Binary11011110101111011010101111111001111011010011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0B6D; }

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

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

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

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

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

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

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

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