#D4175E

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

Shades of Ruby #D4175E

Tints of Ruby #D4175E

Color information

#D4175E (or 0xD4175E) is unknown color: approx Ruby. HEX triplet: D4, 17 and 5E. RGB value is (212,23,94). Sum of RGB (Red+Green+Blue) = 212+23+94=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D4175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4175E is #2BE8A1. Grayscale: #575757. Windows color (decimal): -2877602 or 6166484. OLE color: 6166484.

HSL color Cylindrical-coordinate representation of color #D4175E: hue angle of 337.46º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4175E is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2122394-
CMYK00.890.560.17
HSL337.46º80.43%46.08%-
HSV(B)337.46º89.15%83.14%-
XYZ29.4815.4212.01-
YUV87.6131.62216.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.44%
GREEN value IS 23 (9.38% from 255) = 6.99%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=64.44%
G=6.99%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212239400.890.560.17337.4680.4346.08
HexD4175E0593811151502e
Octal324271360131702152112056
Binary1101010010111101111001011001111000100011010100011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4175E; }

 p { color: rgb(212,23,94); }

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

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

 a { background-color: rgb(212,23,94); }

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

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

 span { border-color: rgb(212,23,94); }

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