#D0145B

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

Shades of Ruby #D0145B

Tints of Ruby #D0145B

Color information

#D0145B (or 0xD0145B) is unknown color: approx Ruby. HEX triplet: D0, 14 and 5B. RGB value is (208,20,91). Sum of RGB (Red+Green+Blue) = 208+20+91=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0145B is #2FEBA4. Grayscale: #545454. Windows color (decimal): -3140517 or 5969104. OLE color: 5969104.

HSL color Cylindrical-coordinate representation of color #D0145B: hue angle of 337.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0145B is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2082091-
CMYK00.900.560.18
HSL337.34º82.46%44.71%-
HSV(B)337.34º90.38%81.57%-
XYZ28.1514.6711.24-
YUV84.31131.78216.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65.20%
GREEN value IS 20 (8.20% from 255) = 6.27%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=65.20%
G=6.27%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208209100.900.560.18337.3482.4644.71
HexD0145B05A3812151522d
Octal320241330132702252112255
Binary1101000010100101101101011010111000100101010100011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0145B; }

 p { color: rgb(208,20,91); }

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

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

 a { background-color: rgb(208,20,91); }

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

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

 span { border-color: rgb(208,20,91); }

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