Html Css Color HEX #DB1A76 Ruby

📋 copy color: '#DB1A76'

red 219 ◦ green 26 ◦ blue 118

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

Shades of Ruby #DB1A76

Tints of Ruby #DB1A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.16%

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 60.33%
G = 7.16%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB1A76 (or 0xDB1A76) is known color: Ruby. HEX triplet: DB, 1A and 76. RGB value is (219,26,118). Sum of RGB (Red+Green+Blue) = 219+26+118=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A76 is #24E589. Grayscale: #5E5E5E. Windows color (decimal): -2418058 or 7740123. OLE color: 7740123.

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

Color convert

RGB 219 26 118 -
CMYK 0 0.88 0.46 0.14
HSL 331.4º 0.79% 0.48% -
HSV(B) 331.4º 0.88% 0.86% -
XYZ 32.85 17.11 18.71 -
YUV 94.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 219 26 118 0 0.88 0.46 0.14 331.4 0.79 0.48
Hex DB 1A 76 0 58 2E E 14B 4F 30
Octal 333 32 166 0 130 56 16 513 117 60
Binary 11011011 11010 1110110 0 1011000 101110 1110 101001011 1001111 110000

Color Harmonies of #DB1A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A76

Black with #DB1A76

Text Example


Text Example

White with #DB1A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A76; }

 p { color: rgb(219,26,118); }

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

background-color css

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

 a { background-color: rgb(219,26,118); }

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

border-color css

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

 span { border-color: rgb(219,26,118); }

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