Html Css Color HEX #DB0966 Ruby

📋 copy color: '#DB0966'

red 219 ◦ green 9 ◦ blue 102

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

Shades of Ruby #DB0966

Tints of Ruby #DB0966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 66.36%
G = 2.73%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB0966 (or 0xDB0966) is known color: Ruby. HEX triplet: DB, 09 and 66. RGB value is (219,9,102). Sum of RGB (Red+Green+Blue) = 219+9+102=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0966 is #24F699. Grayscale: #525252. Windows color (decimal): -2422426 or 6687195. OLE color: 6687195.

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

Color convert

RGB 219 9 102 -
CMYK 0 0.96 0.53 0.14
HSL 333.43º 0.92% 0.45% -
HSV(B) 333.43º 0.96% 0.86% -
XYZ 31.71 16.21 14.03 -
YUV 82.39 139.07 225.44 -
System Red Green Blue C M Y K H S L
Decimal 219 9 102 0 0.96 0.53 0.14 333.43 0.92 0.45
Hex DB 9 66 0 60 35 E 14D 5C 2D
Octal 333 11 146 0 140 65 16 515 134 55
Binary 11011011 1001 1100110 0 1100000 110101 1110 101001101 1011100 101101

Color Harmonies of #DB0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0966

Black with #DB0966

Text Example


Text Example

White with #DB0966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0966; }

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

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

background-color css

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

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

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

border-color css

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

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

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