Html Css Color HEX #DB0869 Ruby

📋 copy color: '#DB0869'

red 219 ◦ green 8 ◦ blue 105

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

Shades of Ruby #DB0869

Tints of Ruby #DB0869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

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

R = 65.96%
G = 2.41%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB0869 (or 0xDB0869) is known color: Ruby. HEX triplet: DB, 08 and 69. RGB value is (219,8,105). Sum of RGB (Red+Green+Blue) = 219+8+105=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0869 is #24F796. Grayscale: #515151. Windows color (decimal): -2422679 or 6883547. OLE color: 6883547.

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

Color convert

RGB 219 8 105 -
CMYK 0 0.96 0.52 0.14
HSL 332.42º 0.93% 0.45% -
HSV(B) 332.42º 0.96% 0.86% -
XYZ 31.85 16.25 14.82 -
YUV 82.15 140.9 225.61 -
System Red Green Blue C M Y K H S L
Decimal 219 8 105 0 0.96 0.52 0.14 332.42 0.93 0.45
Hex DB 8 69 0 60 34 E 14C 5D 2D
Octal 333 10 151 0 140 64 16 514 135 55
Binary 11011011 1000 1101001 0 1100000 110100 1110 101001100 1011101 101101

Color Harmonies of #DB0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0869

Black with #DB0869

Text Example


Text Example

White with #DB0869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0869; }

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

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

background-color css

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

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

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

border-color css

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

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

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