#D0075D

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

Shades of Ruby #D0075D

Tints of Ruby #D0075D

Color information

#D0075D (or 0xD0075D) is unknown color: approx Ruby. HEX triplet: D0, 07 and 5D. RGB value is (208,7,93). Sum of RGB (Red+Green+Blue) = 208+7+93=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0075D is #2FF8A2. Grayscale: #4C4C4C. Windows color (decimal): -3143843 or 6096848. OLE color: 6096848.

HSL color Cylindrical-coordinate representation of color #D0075D: hue angle of 334.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0075D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB208793-
CMYK00.970.550.18
HSL334.33º93.49%42.16%-
HSV(B)334.33º96.63%81.57%-
XYZ28.0614.3511.65-
YUV76.9137.09221.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.53%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=67.53%
G=2.27%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20879300.970.550.18334.3393.4942.16
HexD075D061371214e5d2a
Octal32071350141672251613552
Binary11010000111101110101100001110111100101010011101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0075D; }

 p { color: rgb(208,7,93); }

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

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

 a { background-color: rgb(208,7,93); }

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

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

 span { border-color: rgb(208,7,93); }

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