#db1f6b

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

Shades of Ruby #DB1F6B

Tints of Ruby #DB1F6B

Color information

#DB1F6B (or 0xDB1F6B) is unknown color: approx Ruby. HEX triplet: DB, 1F and 6B. RGB value is (219,31,107). Sum of RGB (Red+Green+Blue) = 219+31+107=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F6B is #24E094. Grayscale: #5F5F5F. Windows color (decimal): -2416789 or 7020507. OLE color: 7020507.

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

Color convert

RGB21931107-
CMYK00.860.510.14
HSL335.74º75.2%49.02%-
HSV(B)335.74º85.84%85.88%-
XYZ32.3617.115.51-
YUV95.88134.28215.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.34%
GREEN value IS 31 (12.5% from 255) = 8.68%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=61.34%
G=8.68%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193110700.860.510.14335.7475.249.02
HexDB1F6B05633E1504b31
Octal333371530126631652011361
Binary110110111111111010110101011011001111101010100001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db1f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db1f6b; }

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

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

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

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

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

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

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

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