#D91C6A

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

Shades of Ruby #D91C6A

Tints of Ruby #D91C6A

Color information

#D91C6A (or 0xD91C6A) is unknown color: approx Ruby. HEX triplet: D9, 1C and 6A. RGB value is (217,28,106). Sum of RGB (Red+Green+Blue) = 217+28+106=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91C6A is #26E395. Grayscale: #5D5D5D. Windows color (decimal): -2548630 or 6954201. OLE color: 6954201.

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

Color convert

RGB21728106-
CMYK00.870.510.15
HSL335.24º77.14%48.04%-
HSV(B)335.24º87.1%85.1%-
XYZ31.6316.6215.18-
YUV93.4135.12216.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.82%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=61.82%
G=7.98%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172810600.870.510.15335.2477.1448.04
HexD91C6A05733F14f4d30
Octal331341520127631751711560
Binary110110011110011010100101011111001111111010011111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91C6A; }

 p { color: rgb(217,28,106); }

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

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

 a { background-color: rgb(217,28,106); }

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

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

 span { border-color: rgb(217,28,106); }

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