Html Css Color HEX #DB0962 Ruby

📋 copy color: '#DB0962'

red 219 ◦ green 9 ◦ blue 98

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

Shades of Ruby #DB0962

Tints of Ruby #DB0962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 67.18%
G = 2.76%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB0962 (or 0xDB0962) is known color: Ruby. HEX triplet: DB, 09 and 62. RGB value is (219,9,98). Sum of RGB (Red+Green+Blue) = 219+9+98=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0962 is #24F69D. Grayscale: #515151. Windows color (decimal): -2422430 or 6425051. OLE color: 6425051.

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

Color convert

RGB 219 9 98 -
CMYK 0 0.96 0.55 0.14
HSL 334.57º 0.92% 0.45% -
HSV(B) 334.57º 0.96% 0.86% -
XYZ 31.52 16.14 13.01 -
YUV 81.94 137.07 225.76 -
System Red Green Blue C M Y K H S L
Decimal 219 9 98 0 0.96 0.55 0.14 334.57 0.92 0.45
Hex DB 9 62 0 60 37 E 14F 5C 2D
Octal 333 11 142 0 140 67 16 517 134 55
Binary 11011011 1001 1100010 0 1100000 110111 1110 101001111 1011100 101101

Color Harmonies of #DB0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0962

Black with #DB0962

Text Example


Text Example

White with #DB0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0962; }

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

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

background-color css

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

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

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

border-color css

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

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

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