#d91458

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

Shades of Ruby #D91458

Tints of Ruby #D91458

Color information

#D91458 (or 0xD91458) is unknown color: approx Ruby. HEX triplet: D9, 14 and 58. RGB value is (217,20,88). Sum of RGB (Red+Green+Blue) = 217+20+88=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D91458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91458 is #26EBA7. Grayscale: #565656. Windows color (decimal): -2550696 or 5772505. OLE color: 5772505.

HSL color Cylindrical-coordinate representation of color #D91458: hue angle of 339.29º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91458 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB2172088-
CMYK00.910.590.15
HSL339.29º83.12%46.47%-
HSV(B)339.29º90.78%85.1%-
XYZ30.6315.9610.7-
YUV86.65128.77220.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.77%
GREEN value IS 20 (8.20% from 255) = 6.15%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=66.77%
G=6.15%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217208800.910.590.15339.2983.1246.47
HexD9145805B3BF153532e
Octal331241300133731752312356
Binary110110011010010110000101101111101111111010100111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d91458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d91458; }

 p { color: rgb(217,20,88); }

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

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

 a { background-color: rgb(217,20,88); }

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

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

 span { border-color: rgb(217,20,88); }

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