#DB125B

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

Shades of Ruby #DB125B

Tints of Ruby #DB125B

Color information

#DB125B (or 0xDB125B) is unknown color: approx Ruby. HEX triplet: DB, 12 and 5B. RGB value is (219,18,91). Sum of RGB (Red+Green+Blue) = 219+18+91=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB125B is #24EDA4. Grayscale: #565656. Windows color (decimal): -2420133 or 5968603. OLE color: 5968603.

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

Color convert

RGB2191891-
CMYK00.920.580.14
HSL338.21º84.81%46.47%-
HSV(B)338.21º91.78%85.88%-
XYZ31.3216.2511.38-
YUV86.42130.59222.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.77%
GREEN value IS 18 (7.42% from 255) = 5.49%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=66.77%
G=5.49%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219189100.920.580.14338.2184.8146.47
HexDB125B05C3AE152552e
Octal333221330134721652212556
Binary110110111001010110110101110011101011101010100101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB125B; }

 p { color: rgb(219,18,91); }

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

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

 a { background-color: rgb(219,18,91); }

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

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

 span { border-color: rgb(219,18,91); }

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