Html Css Color HEX #DB1377 Ruby

📋 copy color: '#DB1377'

red 219 ◦ green 19 ◦ blue 119

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

Shades of Ruby #DB1377

Tints of Ruby #DB1377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.32%

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

R = 61.34%
G = 5.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB1377 (or 0xDB1377) is known color: Ruby. HEX triplet: DB, 13 and 77. RGB value is (219,19,119). Sum of RGB (Red+Green+Blue) = 219+19+119=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1377 is #24EC88. Grayscale: #5A5A5A. Windows color (decimal): -2419849 or 7803867. OLE color: 7803867.

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

Color convert

RGB 219 19 119 -
CMYK 0 0.91 0.46 0.14
HSL 330º 0.84% 0.47% -
HSV(B) 330º 0.91% 0.86% -
XYZ 32.78 16.86 18.98 -
YUV 90.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 219 19 119 0 0.91 0.46 0.14 330 0.84 0.47
Hex DB 13 77 0 5B 2E E 14A 54 2F
Octal 333 23 167 0 133 56 16 512 124 57
Binary 11011011 10011 1110111 0 1011011 101110 1110 101001010 1010100 101111

Color Harmonies of #DB1377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1377

Black with #DB1377

Text Example


Text Example

White with #DB1377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1377; }

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

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

background-color css

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

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

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

border-color css

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

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

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