Html Css Color HEX #DB1766 Ruby

📋 copy color: '#DB1766'

red 219 ◦ green 23 ◦ blue 102

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

Shades of Ruby #DB1766

Tints of Ruby #DB1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

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

R = 63.66%
G = 6.69%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB1766 (or 0xDB1766) is known color: Ruby. HEX triplet: DB, 17 and 66. RGB value is (219,23,102). Sum of RGB (Red+Green+Blue) = 219+23+102=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1766 is #24E899. Grayscale: #5A5A5A. Windows color (decimal): -2418842 or 6690779. OLE color: 6690779.

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

Color convert

RGB 219 23 102 -
CMYK 0 0.89 0.53 0.14
HSL 335.82º 0.81% 0.47% -
HSV(B) 335.82º 0.89% 0.86% -
XYZ 31.92 16.63 14.1 -
YUV 90.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 219 23 102 0 0.89 0.53 0.14 335.82 0.81 0.47
Hex DB 17 66 0 59 35 E 150 51 2F
Octal 333 27 146 0 131 65 16 520 121 57
Binary 11011011 10111 1100110 0 1011001 110101 1110 101010000 1010001 101111

Color Harmonies of #DB1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1766

Black with #DB1766

Text Example


Text Example

White with #DB1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1766; }

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

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

background-color css

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

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

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

border-color css

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

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

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