Html Css Color HEX #DB0975 Ruby

📋 copy color: '#DB0975'

red 219 ◦ green 9 ◦ blue 117

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

Shades of Ruby #DB0975

Tints of Ruby #DB0975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.61%

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

R = 63.48%
G = 2.61%
B = 33.91%

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

#DB0975 (or 0xDB0975) is known color: Ruby. HEX triplet: DB, 09 and 75. RGB value is (219,9,117). Sum of RGB (Red+Green+Blue) = 219+9+117=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0975 is #24F68A. Grayscale: #535353. Windows color (decimal): -2422411 or 7670235. OLE color: 7670235.

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

Color convert

RGB 219 9 117 -
CMYK 0 0.96 0.47 0.14
HSL 329.14º 0.92% 0.45% -
HSV(B) 329.14º 0.96% 0.86% -
XYZ 32.52 16.54 18.31 -
YUV 84.1 146.57 224.22 -
System Red Green Blue C M Y K H S L
Decimal 219 9 117 0 0.96 0.47 0.14 329.14 0.92 0.45
Hex DB 9 75 0 60 2F E 149 5C 2D
Octal 333 11 165 0 140 57 16 511 134 55
Binary 11011011 1001 1110101 0 1100000 101111 1110 101001001 1011100 101101

Color Harmonies of #DB0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0975

Black with #DB0975

Text Example


Text Example

White with #DB0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0975; }

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

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

background-color css

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

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

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

border-color css

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

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

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