#D71972

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

Shades of Ruby #D71972

Tints of Ruby #D71972

Color information

#D71972 (or 0xD71972) is unknown color: approx Ruby. HEX triplet: D7, 19 and 72. RGB value is (215,25,114). Sum of RGB (Red+Green+Blue) = 215+25+114=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D71972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71972 is #28E68D. Grayscale: #5B5B5B. Windows color (decimal): -2680462 or 7477719. OLE color: 7477719.

HSL color Cylindrical-coordinate representation of color #D71972: hue angle of 331.89º 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 #D71972 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21525114-
CMYK00.880.470.16
HSL331.89º79.17%47.06%-
HSV(B)331.89º88.37%84.31%-
XYZ31.4116.3617.42-
YUV91.96140.45215.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.73%
GREEN value IS 25 (10.16% from 255) = 7.06%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=60.73%
G=7.06%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152511400.880.470.16331.8979.1747.06
HexD719720582F1014c4f2f
Octal327311620130572051411757
Binary1101011111001111001001011000101111100001010011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71972; }

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

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

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

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

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

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

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

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