Html Css Color HEX #DB1663 Ruby

📋 copy color: '#DB1663'

red 219 ◦ green 22 ◦ blue 99

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

Shades of Ruby #DB1663

Tints of Ruby #DB1663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 64.41%
G = 6.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB1663 (or 0xDB1663) is known color: Ruby. HEX triplet: DB, 16 and 63. RGB value is (219,22,99). Sum of RGB (Red+Green+Blue) = 219+22+99=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1663 is #24E99C. Grayscale: #595959. Windows color (decimal): -2419101 or 6493915. OLE color: 6493915.

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

Color convert

RGB 219 22 99 -
CMYK 0 0.90 0.55 0.14
HSL 336.55º 0.82% 0.47% -
HSV(B) 336.55º 0.9% 0.86% -
XYZ 31.75 16.53 13.32 -
YUV 89.68 133.27 220.24 -
System Red Green Blue C M Y K H S L
Decimal 219 22 99 0 0.90 0.55 0.14 336.55 0.82 0.47
Hex DB 16 63 0 5A 37 E 151 52 2F
Octal 333 26 143 0 132 67 16 521 122 57
Binary 11011011 10110 1100011 0 1011010 110111 1110 101010001 1010010 101111

Color Harmonies of #DB1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1663

Black with #DB1663

Text Example


Text Example

White with #DB1663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1663; }

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

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

background-color css

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

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

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

border-color css

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

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

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