Html Css Color HEX #DB0961 Ruby

📋 copy color: '#DB0961'

red 219 ◦ green 9 ◦ blue 97

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

Shades of Ruby #DB0961

Tints of Ruby #DB0961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 67.38%
G = 2.77%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB0961 (or 0xDB0961) is known color: Ruby. HEX triplet: DB, 09 and 61. RGB value is (219,9,97). Sum of RGB (Red+Green+Blue) = 219+9+97=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0961 is #24F69E. Grayscale: #515151. Windows color (decimal): -2422431 or 6359515. OLE color: 6359515.

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

Color convert

RGB 219 9 97 -
CMYK 0 0.96 0.56 0.14
HSL 334.86º 0.92% 0.45% -
HSV(B) 334.86º 0.96% 0.86% -
XYZ 31.47 16.12 12.76 -
YUV 81.82 136.57 225.84 -
System Red Green Blue C M Y K H S L
Decimal 219 9 97 0 0.96 0.56 0.14 334.86 0.92 0.45
Hex DB 9 61 0 60 38 E 14F 5C 2D
Octal 333 11 141 0 140 70 16 517 134 55
Binary 11011011 1001 1100001 0 1100000 111000 1110 101001111 1011100 101101

Color Harmonies of #DB0961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0961

Black with #DB0961

Text Example


Text Example

White with #DB0961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0961; }

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

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

background-color css

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

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

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

border-color css

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

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

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