Html Css Color HEX #DB2065 Ruby

📋 copy color: '#DB2065'

red 219 ◦ green 32 ◦ blue 101

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

Shades of Ruby #DB2065

Tints of Ruby #DB2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 62.22%
G = 9.09%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB2065 (or 0xDB2065) is known color: Ruby. HEX triplet: DB, 20 and 65. RGB value is (219,32,101). Sum of RGB (Red+Green+Blue) = 219+32+101=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2065 is #24DF9A. Grayscale: #5F5F5F. Windows color (decimal): -2416539 or 6627547. OLE color: 6627547.

HSL color Cylindrical-coordinate representation of color #DB2065: hue angle of 337.86º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2065 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 101 -
CMYK 0 0.85 0.54 0.14
HSL 337.86º 0.75% 0.49% -
HSV(B) 337.86º 0.85% 0.86% -
XYZ 32.08 17.03 13.91 -
YUV 95.78 130.95 215.89 -
System Red Green Blue C M Y K H S L
Decimal 219 32 101 0 0.85 0.54 0.14 337.86 0.75 0.49
Hex DB 20 65 0 55 36 E 152 4B 31
Octal 333 40 145 0 125 66 16 522 113 61
Binary 11011011 100000 1100101 0 1010101 110110 1110 101010010 1001011 110001

Color Harmonies of #DB2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2065

Black with #DB2065

Text Example


Text Example

White with #DB2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2065; }

 p { color: rgb(219,32,101); }

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

background-color css

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

 a { background-color: rgb(219,32,101); }

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

border-color css

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

 span { border-color: rgb(219,32,101); }

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