Html Css Color HEX #DB1077 Ruby

📋 copy color: '#DB1077'

red 219 ◦ green 16 ◦ blue 119

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

Shades of Ruby #DB1077

Tints of Ruby #DB1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.52%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 61.86%
G = 4.52%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB1077 (or 0xDB1077) is known color: Ruby. HEX triplet: DB, 10 and 77. RGB value is (219,16,119). Sum of RGB (Red+Green+Blue) = 219+16+119=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1077 is #24EF88. Grayscale: #585858. Windows color (decimal): -2420617 or 7803099. OLE color: 7803099.

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

Color convert

RGB 219 16 119 -
CMYK 0 0.93 0.46 0.14
HSL 329.56º 0.86% 0.46% -
HSV(B) 329.56º 0.93% 0.86% -
XYZ 32.73 16.76 18.96 -
YUV 88.44 145.25 221.12 -
System Red Green Blue C M Y K H S L
Decimal 219 16 119 0 0.93 0.46 0.14 329.56 0.86 0.46
Hex DB 10 77 0 5D 2E E 14A 56 2E
Octal 333 20 167 0 135 56 16 512 126 56
Binary 11011011 10000 1110111 0 1011101 101110 1110 101001010 1010110 101110

Color Harmonies of #DB1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1077

Black with #DB1077

Text Example


Text Example

White with #DB1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1077; }

 p { color: rgb(219,16,119); }

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

background-color css

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

 a { background-color: rgb(219,16,119); }

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

border-color css

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

 span { border-color: rgb(219,16,119); }

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