#D6115A

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

Shades of Ruby #D6115A

Tints of Ruby #D6115A

Color information

#D6115A (or 0xD6115A) is unknown color: approx Ruby. HEX triplet: D6, 11 and 5A. RGB value is (214,17,90). Sum of RGB (Red+Green+Blue) = 214+17+90=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D6115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6115A is #29EEA5. Grayscale: #545454. Windows color (decimal): -2748070 or 5902806. OLE color: 5902806.

HSL color Cylindrical-coordinate representation of color #D6115A: hue angle of 337.77º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6115A is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2141790-
CMYK00.920.580.16
HSL337.77º85.28%45.29%-
HSV(B)337.77º92.06%83.92%-
XYZ29.7815.4411.08-
YUV84.22131.27220.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=66.67%
G=5.30%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214179000.920.580.16337.7785.2845.29
HexD6115A05C3A10152552d
Octal326211320134722052212555
Binary1101011010001101101001011100111010100001010100101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6115A; }

 p { color: rgb(214,17,90); }

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

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

 a { background-color: rgb(214,17,90); }

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

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

 span { border-color: rgb(214,17,90); }

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