Html Css Color HEX #DB1271 Ruby

📋 copy color: '#DB1271'

red 219 ◦ green 18 ◦ blue 113

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

Shades of Ruby #DB1271

Tints of Ruby #DB1271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 62.57%
G = 5.14%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB1271 (or 0xDB1271) is known color: Ruby. HEX triplet: DB, 12 and 71. RGB value is (219,18,113). Sum of RGB (Red+Green+Blue) = 219+18+113=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1271 is #24ED8E. Grayscale: #585858. Windows color (decimal): -2420111 or 7410395. OLE color: 7410395.

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

Color convert

RGB 219 18 113 -
CMYK 0 0.92 0.48 0.14
HSL 331.64º 0.85% 0.46% -
HSV(B) 331.64º 0.92% 0.86% -
XYZ 32.41 16.68 17.14 -
YUV 88.93 141.59 220.78 -
System Red Green Blue C M Y K H S L
Decimal 219 18 113 0 0.92 0.48 0.14 331.64 0.85 0.46
Hex DB 12 71 0 5C 30 E 14C 55 2E
Octal 333 22 161 0 134 60 16 514 125 56
Binary 11011011 10010 1110001 0 1011100 110000 1110 101001100 1010101 101110

Color Harmonies of #DB1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1271

Black with #DB1271

Text Example


Text Example

White with #DB1271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1271; }

 p { color: rgb(219,18,113); }

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

background-color css

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

 a { background-color: rgb(219,18,113); }

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

border-color css

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

 span { border-color: rgb(219,18,113); }

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