Html Css Color HEX #DB1772 Ruby

📋 copy color: '#DB1772'

red 219 ◦ green 23 ◦ blue 114

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

Shades of Ruby #DB1772

Tints of Ruby #DB1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.46%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 61.52%
G = 6.46%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB1772 (or 0xDB1772) is known color: Ruby. HEX triplet: DB, 17 and 72. RGB value is (219,23,114). Sum of RGB (Red+Green+Blue) = 219+23+114=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1772 is #24E88D. Grayscale: #5B5B5B. Windows color (decimal): -2418830 or 7477211. OLE color: 7477211.

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

Color convert

RGB 219 23 114 -
CMYK 0 0.89 0.48 0.14
HSL 332.14º 0.81% 0.47% -
HSV(B) 332.14º 0.89% 0.86% -
XYZ 32.56 16.89 17.46 -
YUV 91.98 140.43 218.6 -
System Red Green Blue C M Y K H S L
Decimal 219 23 114 0 0.89 0.48 0.14 332.14 0.81 0.47
Hex DB 17 72 0 59 30 E 14C 51 2F
Octal 333 27 162 0 131 60 16 514 121 57
Binary 11011011 10111 1110010 0 1011001 110000 1110 101001100 1010001 101111

Color Harmonies of #DB1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1772

Black with #DB1772

Text Example


Text Example

White with #DB1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1772; }

 p { color: rgb(219,23,114); }

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

background-color css

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

 a { background-color: rgb(219,23,114); }

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

border-color css

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

 span { border-color: rgb(219,23,114); }

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