#DB1F6E

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

Shades of Ruby #DB1F6E

Tints of Ruby #DB1F6E

Color information

#DB1F6E (or 0xDB1F6E) is unknown color: approx Ruby. HEX triplet: DB, 1F and 6E. RGB value is (219,31,110). Sum of RGB (Red+Green+Blue) = 219+31+110=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F6E is #24E091. Grayscale: #606060. Windows color (decimal): -2416786 or 7217115. OLE color: 7217115.

HSL color Cylindrical-coordinate representation of color #DB1F6E: hue angle of 334.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F6E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB21931110-
CMYK00.860.500.14
HSL334.79º75.2%49.02%-
HSV(B)334.79º85.84%85.88%-
XYZ32.5217.1716.35-
YUV96.22135.78215.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60.83%
GREEN value IS 31 (12.5% from 255) = 8.61%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=60.83%
G=8.61%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193111000.860.500.14334.7975.249.02
HexDB1F6E05632E14f4b31
Octal333371560126621651711361
Binary110110111111111011100101011011001011101010011111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1F6E; }

 p { color: rgb(219,31,110); }

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

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

 a { background-color: rgb(219,31,110); }

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

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

 span { border-color: rgb(219,31,110); }

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