#D7195D

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

Shades of Ruby #D7195D

Tints of Ruby #D7195D

Color information

#D7195D (or 0xD7195D) is unknown color: approx Ruby. HEX triplet: D7, 19 and 5D. RGB value is (215,25,93). Sum of RGB (Red+Green+Blue) = 215+25+93=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D7195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7195D is #28E6A2. Grayscale: #595959. Windows color (decimal): -2680483 or 6101463. OLE color: 6101463.

HSL color Cylindrical-coordinate representation of color #D7195D: hue angle of 338.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7195D is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2152593-
CMYK00.880.570.16
HSL338.53º79.17%47.06%-
HSV(B)338.53º88.37%84.31%-
XYZ30.3515.9311.83-
YUV89.56129.95217.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.56%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=64.56%
G=7.51%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215259300.880.570.16338.5379.1747.06
HexD7195D05839101534f2f
Octal327311350130712052311757
Binary1101011111001101110101011000111001100001010100111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7195D; }

 p { color: rgb(215,25,93); }

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

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

 a { background-color: rgb(215,25,93); }

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

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

 span { border-color: rgb(215,25,93); }

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