#DE0B6E

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

Shades of Ruby #DE0B6E

Tints of Ruby #DE0B6E

Color information

#DE0B6E (or 0xDE0B6E) is unknown color: approx Ruby. HEX triplet: DE, 0B and 6E. RGB value is (222,11,110). Sum of RGB (Red+Green+Blue) = 222+11+110=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B6E is #21F491. Grayscale: #555555. Windows color (decimal): -2225298 or 7211998. OLE color: 7211998.

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

Color convert

RGB22211110-
CMYK00.950.500.13
HSL331.85º90.56%45.69%-
HSV(B)331.85º95.05%87.06%-
XYZ33.0616.8916.27-
YUV85.38141.9225.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.72%
GREEN value IS 11 (4.69% from 255) = 3.21%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=64.72%
G=3.21%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221111000.950.500.13331.8590.5645.69
HexDEB6E05F32D14c5b2e
Octal336131560137621551413356
Binary11011110101111011100101111111001011011010011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0B6E; }

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

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

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

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

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

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

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

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