#D7145A

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

Shades of Ruby #D7145A

Tints of Ruby #D7145A

Color information

#D7145A (or 0xD7145A) is unknown color: approx Ruby. HEX triplet: D7, 14 and 5A. RGB value is (215,20,90). Sum of RGB (Red+Green+Blue) = 215+20+90=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7145A is #28EBA5. Grayscale: #565656. Windows color (decimal): -2681766 or 5903575. OLE color: 5903575.

HSL color Cylindrical-coordinate representation of color #D7145A: hue angle of 338.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7145A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2152090-
CMYK00.910.580.16
HSL338.46º82.98%46.08%-
HSV(B)338.46º90.7%84.31%-
XYZ30.1215.6911.11-
YUV86.28130.1219.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.15%
GREEN value IS 20 (8.20% from 255) = 6.15%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=66.15%
G=6.15%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215209000.910.580.16338.4682.9846.08
HexD7145A05B3A10152532e
Octal327241320133722052212356
Binary1101011110100101101001011011111010100001010100101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7145A; }

 p { color: rgb(215,20,90); }

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

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

 a { background-color: rgb(215,20,90); }

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

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

 span { border-color: rgb(215,20,90); }

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