#DC0275

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

Shades of Ruby #DC0275

Tints of Ruby #DC0275

Color information

#DC0275 (or 0xDC0275) is unknown color: approx Ruby. HEX triplet: DC, 02 and 75. RGB value is (220,2,117). Sum of RGB (Red+Green+Blue) = 220+2+117=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0275 is #23FD8A. Grayscale: #505050. Windows color (decimal): -2358667 or 7668444. OLE color: 7668444.

HSL color Cylindrical-coordinate representation of color #DC0275: hue angle of 328.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0275 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB2202117-
CMYK00.990.470.14
HSL328.35º98.2%43.53%-
HSV(B)328.35º99.09%86.27%-
XYZ32.7516.5418.3-
YUV80.29148.72227.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.90%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=64.90%
G=0.59%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220211700.990.470.14328.3598.243.53
HexDC2750632FE148622c
Octal33421650143571651014254
Binary110111001011101010110001110111111101010010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0275; }

 p { color: rgb(220,2,117); }

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

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

 a { background-color: rgb(220,2,117); }

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

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

 span { border-color: rgb(220,2,117); }

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