Html Css Color HEX #DB1A69 Ruby

📋 copy color: '#DB1A69'

red 219 ◦ green 26 ◦ blue 105

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

Shades of Ruby #DB1A69

Tints of Ruby #DB1A69

RGB

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

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

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

R = 62.57%
G = 7.43%
B = 30%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB1A69 (or 0xDB1A69) is known color: Ruby. HEX triplet: DB, 1A and 69. RGB value is (219,26,105). Sum of RGB (Red+Green+Blue) = 219+26+105=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A69 is #24E596. Grayscale: #5C5C5C. Windows color (decimal): -2418071 or 6888155. OLE color: 6888155.

HSL color Cylindrical-coordinate representation of color #DB1A69: hue angle of 335.44º 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 #DB1A69 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 105 -
CMYK 0 0.88 0.52 0.14
HSL 335.44º 0.79% 0.48% -
HSV(B) 335.44º 0.88% 0.86% -
XYZ 32.13 16.82 14.92 -
YUV 92.71 134.94 218.08 -
System Red Green Blue C M Y K H S L
Decimal 219 26 105 0 0.88 0.52 0.14 335.44 0.79 0.48
Hex DB 1A 69 0 58 34 E 14F 4F 30
Octal 333 32 151 0 130 64 16 517 117 60
Binary 11011011 11010 1101001 0 1011000 110100 1110 101001111 1001111 110000

Color Harmonies of #DB1A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A69

Black with #DB1A69

Text Example


Text Example

White with #DB1A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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