#DE066B

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

Shades of Ruby #DE066B

Tints of Ruby #DE066B

Color information

#DE066B (or 0xDE066B) is unknown color: approx Ruby. HEX triplet: DE, 06 and 6B. RGB value is (222,6,107). Sum of RGB (Red+Green+Blue) = 222+6+107=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE066B is #21F994. Grayscale: #515151. Windows color (decimal): -2226581 or 7014110. OLE color: 7014110.

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

Color convert

RGB2226107-
CMYK00.970.520.13
HSL331.94º94.74%44.71%-
HSV(B)331.94º97.3%87.06%-
XYZ32.8416.7215.41-
YUV82.1142.06227.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.27%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=66.27%
G=1.79%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222610700.970.520.13331.9494.7444.71
HexDE66B06134D14c5f2d
Octal33661530141641551413755
Binary1101111011011010110110000111010011011010011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE066B; }

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

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

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

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

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

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

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

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