Html Css Color HEX #DB0875 Ruby

📋 copy color: '#DB0875'

red 219 ◦ green 8 ◦ blue 117

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

Shades of Ruby #DB0875

Tints of Ruby #DB0875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 63.66%
G = 2.33%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0875 (or 0xDB0875) is known color: Ruby. HEX triplet: DB, 08 and 75. RGB value is (219,8,117). Sum of RGB (Red+Green+Blue) = 219+8+117=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0875 is #24F78A. Grayscale: #535353. Windows color (decimal): -2422667 or 7669979. OLE color: 7669979.

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

Color convert

RGB 219 8 117 -
CMYK 0 0.96 0.47 0.14
HSL 329º 0.93% 0.45% -
HSV(B) 329º 0.96% 0.86% -
XYZ 32.51 16.52 18.3 -
YUV 83.52 146.9 224.64 -
System Red Green Blue C M Y K H S L
Decimal 219 8 117 0 0.96 0.47 0.14 329 0.93 0.45
Hex DB 8 75 0 60 2F E 149 5D 2D
Octal 333 10 165 0 140 57 16 511 135 55
Binary 11011011 1000 1110101 0 1100000 101111 1110 101001001 1011101 101101

Color Harmonies of #DB0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0875

Black with #DB0875

Text Example


Text Example

White with #DB0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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