#D71652

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

Shades of Ruby #D71652

Tints of Ruby #D71652

Color information

#D71652 (or 0xD71652) is unknown color: approx Ruby. HEX triplet: D7, 16 and 52. RGB value is (215,22,82). Sum of RGB (Red+Green+Blue) = 215+22+82=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D71652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71652 is #28E9AD. Grayscale: #565656. Windows color (decimal): -2681262 or 5379799. OLE color: 5379799.

HSL color Cylindrical-coordinate representation of color #D71652: hue angle of 341.35º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71652 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2152282-
CMYK00.900.620.16
HSL341.35º81.43%46.47%-
HSV(B)341.35º89.77%84.31%-
XYZ29.8315.639.43-
YUV86.55125.44219.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.40%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=67.40%
G=6.90%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215228200.900.620.16341.3581.4346.47
HexD7165205A3E10155512e
Octal327261220132762052512156
Binary1101011110110101001001011010111110100001010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71652; }

 p { color: rgb(215,22,82); }

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

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

 a { background-color: rgb(215,22,82); }

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

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

 span { border-color: rgb(215,22,82); }

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