Html Css Color HEX #DB1656 Ruby

📋 copy color: '#DB1656'

red 219 ◦ green 22 ◦ blue 86

#DB1656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #DB1656

Tints of Ruby #DB1656

RGB

 RED value IS 219 (85.94% from 255) = 66.97%

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 86 (33.98% from 255) = 26.3%

R = 66.97%
G = 6.73%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB1656 (or 0xDB1656) is known color: Ruby. HEX triplet: DB, 16 and 56. RGB value is (219,22,86). Sum of RGB (Red+Green+Blue) = 219+22+86=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1656 is #24E9A9. Grayscale: #585858. Windows color (decimal): -2419114 or 5641947. OLE color: 5641947.

HSL color Cylindrical-coordinate representation of color #DB1656: hue angle of 340.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1656 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 86 -
CMYK 0 0.90 0.61 0.14
HSL 340.51º 0.82% 0.47% -
HSV(B) 340.51º 0.9% 0.86% -
XYZ 31.18 16.31 10.31 -
YUV 88.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 219 22 86 0 0.90 0.61 0.14 340.51 0.82 0.47
Hex DB 16 56 0 5A 3D E 155 52 2F
Octal 333 26 126 0 132 75 16 525 122 57
Binary 11011011 10110 1010110 0 1011010 111101 1110 101010101 1010010 101111

Color Harmonies of #DB1656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1656

Black with #DB1656

Text Example


Text Example

White with #DB1656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1656; }

 p { color: rgb(219,22,86); }

 H1.HeaderClassName
 {
   color: #DB1656;
 }
 .AnyTagClassName
 {
   color: #DB1656;
 }
</style>

background-color css

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

 a { background-color: rgb(219,22,86); }

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

border-color css

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

 span { border-color: rgb(219,22,86); }

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