#DB1953

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

Shades of Ruby #DB1953

Tints of Ruby #DB1953

Color information

#DB1953 (or 0xDB1953) is unknown color: approx Ruby. HEX triplet: DB, 19 and 53. RGB value is (219,25,83). Sum of RGB (Red+Green+Blue) = 219+25+83=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1953 is #24E6AC. Grayscale: #595959. Windows color (decimal): -2418349 or 5446107. OLE color: 5446107.

HSL color Cylindrical-coordinate representation of color #DB1953: hue angle of 342.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1953 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB2192583-
CMYK00.890.620.14
HSL342.06º79.51%47.84%-
HSV(B)342.06º88.58%85.88%-
XYZ31.1216.389.7-
YUV89.62124.27220.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.97%
GREEN value IS 25 (10.16% from 255) = 7.65%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=66.97%
G=7.65%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219258300.890.620.14342.0679.5147.84
HexDB19530593EE1565030
Octal333311230131761652612060
Binary110110111100110100110101100111111011101010101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1953; }

 p { color: rgb(219,25,83); }

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

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

 a { background-color: rgb(219,25,83); }

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

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

 span { border-color: rgb(219,25,83); }

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