#DC105A

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

Shades of Ruby #DC105A

Tints of Ruby #DC105A

Color information

#DC105A (or 0xDC105A) is unknown color: approx Ruby. HEX triplet: DC, 10 and 5A. RGB value is (220,16,90). Sum of RGB (Red+Green+Blue) = 220+16+90=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC105A is #23EFA5. Grayscale: #555555. Windows color (decimal): -2355110 or 5902556. OLE color: 5902556.

HSL color Cylindrical-coordinate representation of color #DC105A: hue angle of 338.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC105A is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB2201690-
CMYK00.930.590.14
HSL338.24º86.44%46.27%-
HSV(B)338.24º92.73%86.27%-
XYZ31.5516.3211.16-
YUV85.43130.59223.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 67.48%
GREEN value IS 16 (6.64% from 255) = 4.91%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=67.48%
G=4.91%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220169000.930.590.14338.2486.4446.27
HexDC105A05D3BE152562e
Octal334201320135731652212656
Binary110111001000010110100101110111101111101010100101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC105A; }

 p { color: rgb(220,16,90); }

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

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

 a { background-color: rgb(220,16,90); }

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

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

 span { border-color: rgb(220,16,90); }

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