Html Css Color HEX #DB1B65 Ruby

📋 copy color: '#DB1B65'

red 219 ◦ green 27 ◦ blue 101

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

Shades of Ruby #DB1B65

Tints of Ruby #DB1B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.78%

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

R = 63.11%
G = 7.78%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB1B65 (or 0xDB1B65) is known color: Ruby. HEX triplet: DB, 1B and 65. RGB value is (219,27,101). Sum of RGB (Red+Green+Blue) = 219+27+101=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B65 is #24E49A. Grayscale: #5C5C5C. Windows color (decimal): -2417819 or 6626267. OLE color: 6626267.

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

Color convert

RGB 219 27 101 -
CMYK 0 0.88 0.54 0.14
HSL 336.88º 0.78% 0.48% -
HSV(B) 336.88º 0.88% 0.86% -
XYZ 31.95 16.78 13.87 -
YUV 92.84 132.61 217.98 -
System Red Green Blue C M Y K H S L
Decimal 219 27 101 0 0.88 0.54 0.14 336.88 0.78 0.48
Hex DB 1B 65 0 58 36 E 151 4E 30
Octal 333 33 145 0 130 66 16 521 116 60
Binary 11011011 11011 1100101 0 1011000 110110 1110 101010001 1001110 110000

Color Harmonies of #DB1B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B65

Black with #DB1B65

Text Example


Text Example

White with #DB1B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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