Html Css Color HEX #DB1661 Ruby

📋 copy color: '#DB1661'

red 219 ◦ green 22 ◦ blue 97

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

Shades of Ruby #DB1661

Tints of Ruby #DB1661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 64.79%
G = 6.51%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB1661 (or 0xDB1661) is known color: Ruby. HEX triplet: DB, 16 and 61. RGB value is (219,22,97). Sum of RGB (Red+Green+Blue) = 219+22+97=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1661 is #24E99E. Grayscale: #595959. Windows color (decimal): -2419103 or 6362843. OLE color: 6362843.

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

Color convert

RGB 219 22 97 -
CMYK 0 0.90 0.56 0.14
HSL 337.16º 0.82% 0.47% -
HSV(B) 337.16º 0.9% 0.86% -
XYZ 31.66 16.5 12.82 -
YUV 89.45 132.27 220.4 -
System Red Green Blue C M Y K H S L
Decimal 219 22 97 0 0.90 0.56 0.14 337.16 0.82 0.47
Hex DB 16 61 0 5A 38 E 151 52 2F
Octal 333 26 141 0 132 70 16 521 122 57
Binary 11011011 10110 1100001 0 1011010 111000 1110 101010001 1010010 101111

Color Harmonies of #DB1661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1661

Black with #DB1661

Text Example


Text Example

White with #DB1661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1661; }

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

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

background-color css

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

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

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

border-color css

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

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

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