#DC0B66

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

Shades of Ruby #DC0B66

Tints of Ruby #DC0B66

Color information

#DC0B66 (or 0xDC0B66) is unknown color: approx Ruby. HEX triplet: DC, 0B and 66. RGB value is (220,11,102). Sum of RGB (Red+Green+Blue) = 220+11+102=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B66 is #23F499. Grayscale: #535353. Windows color (decimal): -2356378 or 6687708. OLE color: 6687708.

HSL color Cylindrical-coordinate representation of color #DC0B66: hue angle of 333.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B66 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB22011102-
CMYK00.950.540.14
HSL333.88º90.48%45.29%-
HSV(B)333.88º95%86.27%-
XYZ32.0316.4114.05-
YUV83.86138.24225.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 66.07%
GREEN value IS 11 (4.69% from 255) = 3.30%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=66.07%
G=3.30%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201110200.950.540.14333.8890.4845.29
HexDCB6605F36E14e5a2d
Octal334131460137661651613255
Binary11011100101111001100101111111011011101010011101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0B66; }

 p { color: rgb(220,11,102); }

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

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

 a { background-color: rgb(220,11,102); }

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

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

 span { border-color: rgb(220,11,102); }

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