#D91268

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

Shades of Ruby #D91268

Tints of Ruby #D91268

Color information

#D91268 (or 0xD91268) is unknown color: approx Ruby. HEX triplet: D9, 12 and 68. RGB value is (217,18,104). Sum of RGB (Red+Green+Blue) = 217+18+104=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D91268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91268 is #26ED97. Grayscale: #575757. Windows color (decimal): -2551192 or 6820569. OLE color: 6820569.

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

Color convert

RGB21718104-
CMYK00.920.520.15
HSL334.07º84.68%46.08%-
HSV(B)334.07º91.71%85.1%-
XYZ31.3316.1814.57-
YUV87.3137.43220.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.01%
GREEN value IS 18 (7.42% from 255) = 5.31%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=64.01%
G=5.31%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171810400.920.520.15334.0784.6846.08
HexD9126805C34F14e552e
Octal331221500134641751612556
Binary110110011001011010000101110011010011111010011101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91268; }

 p { color: rgb(217,18,104); }

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

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

 a { background-color: rgb(217,18,104); }

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

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

 span { border-color: rgb(217,18,104); }

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