#DB125A

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

Shades of Ruby #DB125A

Tints of Ruby #DB125A

Color information

#DB125A (or 0xDB125A) is unknown color: approx Ruby. HEX triplet: DB, 12 and 5A. RGB value is (219,18,90). Sum of RGB (Red+Green+Blue) = 219+18+90=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB125A is #24EDA5. Grayscale: #565656. Windows color (decimal): -2420134 or 5903067. OLE color: 5903067.

HSL color Cylindrical-coordinate representation of color #DB125A: hue angle of 338.51º 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 #DB125A is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB2191890-
CMYK00.920.590.14
HSL338.51º84.81%46.47%-
HSV(B)338.51º91.78%85.88%-
XYZ31.2816.2311.16-
YUV86.31130.09222.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.97%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=66.97%
G=5.50%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219189000.920.590.14338.5184.8146.47
HexDB125A05C3BE153552e
Octal333221320134731652312556
Binary110110111001010110100101110011101111101010100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB125A; }

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

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

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

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

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

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

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

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