Html Css Color HEX #DB166B Ruby

📋 copy color: '#DB166B'

red 219 ◦ green 22 ◦ blue 107

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

Shades of Ruby #DB166B

Tints of Ruby #DB166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 62.93%
G = 6.32%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB166B (or 0xDB166B) is known color: Ruby. HEX triplet: DB, 16 and 6B. RGB value is (219,22,107). Sum of RGB (Red+Green+Blue) = 219+22+107=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB166B is #24E994. Grayscale: #5A5A5A. Windows color (decimal): -2419093 or 7018203. OLE color: 7018203.

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

Color convert

RGB 219 22 107 -
CMYK 0 0.90 0.51 0.14
HSL 334.11º 0.82% 0.47% -
HSV(B) 334.11º 0.9% 0.86% -
XYZ 32.15 16.7 15.44 -
YUV 90.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 219 22 107 0 0.90 0.51 0.14 334.11 0.82 0.47
Hex DB 16 6B 0 5A 33 E 14E 52 2F
Octal 333 26 153 0 132 63 16 516 122 57
Binary 11011011 10110 1101011 0 1011010 110011 1110 101001110 1010010 101111

Color Harmonies of #DB166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB166B

Black with #DB166B

Text Example


Text Example

White with #DB166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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