#D91A64

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

Shades of Ruby #D91A64

Tints of Ruby #D91A64

Color information

#D91A64 (or 0xD91A64) is unknown color: approx Ruby. HEX triplet: D9, 1A and 64. RGB value is (217,26,100). Sum of RGB (Red+Green+Blue) = 217+26+100=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91A64 is #26E59B. Grayscale: #5B5B5B. Windows color (decimal): -2549148 or 6560473. OLE color: 6560473.

HSL color Cylindrical-coordinate representation of color #D91A64: hue angle of 336.75º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91A64 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21726100-
CMYK00.880.540.15
HSL336.75º78.6%47.65%-
HSV(B)336.75º88.02%85.1%-
XYZ31.2816.4113.58-
YUV91.54132.78217.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.27%
GREEN value IS 26 (10.55% from 255) = 7.58%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=63.27%
G=7.58%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172610000.880.540.15336.7578.647.65
HexD91A6405836F1514f30
Octal331321440130661752111760
Binary110110011101011001000101100011011011111010100011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91A64; }

 p { color: rgb(217,26,100); }

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

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

 a { background-color: rgb(217,26,100); }

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

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

 span { border-color: rgb(217,26,100); }

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