Html Css Color HEX #DB1473 Ruby

📋 copy color: '#DB1473'

red 219 ◦ green 20 ◦ blue 115

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

Shades of Ruby #DB1473

Tints of Ruby #DB1473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.65%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 61.86%
G = 5.65%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB1473 (or 0xDB1473) is known color: Ruby. HEX triplet: DB, 14 and 73. RGB value is (219,20,115). Sum of RGB (Red+Green+Blue) = 219+20+115=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1473 is #24EB8C. Grayscale: #5A5A5A. Windows color (decimal): -2419597 or 7541979. OLE color: 7541979.

HSL color Cylindrical-coordinate representation of color #DB1473: hue angle of 331.36º degrees, saturation: 0.83, 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 #DB1473 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 115 -
CMYK 0 0.91 0.47 0.14
HSL 331.36º 0.83% 0.47% -
HSV(B) 331.36º 0.91% 0.86% -
XYZ 32.56 16.8 17.75 -
YUV 90.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 219 20 115 0 0.91 0.47 0.14 331.36 0.83 0.47
Hex DB 14 73 0 5B 2F E 14B 53 2F
Octal 333 24 163 0 133 57 16 513 123 57
Binary 11011011 10100 1110011 0 1011011 101111 1110 101001011 1010011 101111

Color Harmonies of #DB1473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1473

Black with #DB1473

Text Example


Text Example

White with #DB1473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1473; }

 p { color: rgb(219,20,115); }

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

background-color css

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

 a { background-color: rgb(219,20,115); }

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

border-color css

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

 span { border-color: rgb(219,20,115); }

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