Html Css Color HEX #DB1869 Ruby

📋 copy color: '#DB1869'

red 219 ◦ green 24 ◦ blue 105

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

Shades of Ruby #DB1869

Tints of Ruby #DB1869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 62.93%
G = 6.9%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB1869 (or 0xDB1869) is known color: Ruby. HEX triplet: DB, 18 and 69. RGB value is (219,24,105). Sum of RGB (Red+Green+Blue) = 219+24+105=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1869 is #24E796. Grayscale: #5B5B5B. Windows color (decimal): -2418583 or 6887643. OLE color: 6887643.

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

Color convert

RGB 219 24 105 -
CMYK 0 0.89 0.52 0.14
HSL 335.08º 0.8% 0.48% -
HSV(B) 335.08º 0.89% 0.86% -
XYZ 32.09 16.73 14.9 -
YUV 91.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 219 24 105 0 0.89 0.52 0.14 335.08 0.8 0.48
Hex DB 18 69 0 59 34 E 14F 50 30
Octal 333 30 151 0 131 64 16 517 120 60
Binary 11011011 11000 1101001 0 1011001 110100 1110 101001111 1010000 110000

Color Harmonies of #DB1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1869

Black with #DB1869

Text Example


Text Example

White with #DB1869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1869; }

 p { color: rgb(219,24,105); }

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

background-color css

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

 a { background-color: rgb(219,24,105); }

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

border-color css

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

 span { border-color: rgb(219,24,105); }

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