Html Css Color HEX #DB1666 Ruby

📋 copy color: '#DB1666'

red 219 ◦ green 22 ◦ blue 102

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

Shades of Ruby #DB1666

Tints of Ruby #DB1666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 63.85%
G = 6.41%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB1666 (or 0xDB1666) is known color: Ruby. HEX triplet: DB, 16 and 66. RGB value is (219,22,102). Sum of RGB (Red+Green+Blue) = 219+22+102=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1666 is #24E999. Grayscale: #595959. Windows color (decimal): -2419098 or 6690523. OLE color: 6690523.

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

Color convert

RGB 219 22 102 -
CMYK 0 0.90 0.53 0.14
HSL 335.63º 0.82% 0.47% -
HSV(B) 335.63º 0.9% 0.86% -
XYZ 31.9 16.59 14.09 -
YUV 90.02 134.77 220 -
System Red Green Blue C M Y K H S L
Decimal 219 22 102 0 0.90 0.53 0.14 335.63 0.82 0.47
Hex DB 16 66 0 5A 35 E 150 52 2F
Octal 333 26 146 0 132 65 16 520 122 57
Binary 11011011 10110 1100110 0 1011010 110101 1110 101010000 1010010 101111

Color Harmonies of #DB1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1666

Black with #DB1666

Text Example


Text Example

White with #DB1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1666; }

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

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

background-color css

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

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

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

border-color css

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

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

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