Html Css Color HEX #DB1065 Ruby

📋 copy color: '#DB1065'

red 219 ◦ green 16 ◦ blue 101

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

Shades of Ruby #DB1065

Tints of Ruby #DB1065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

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

R = 65.18%
G = 4.76%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB1065 (or 0xDB1065) is known color: Ruby. HEX triplet: DB, 10 and 65. RGB value is (219,16,101). Sum of RGB (Red+Green+Blue) = 219+16+101=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1065 is #24EF9A. Grayscale: #565656. Windows color (decimal): -2420635 or 6623451. OLE color: 6623451.

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

Color convert

RGB 219 16 101 -
CMYK 0 0.93 0.54 0.14
HSL 334.88º 0.86% 0.46% -
HSV(B) 334.88º 0.93% 0.86% -
XYZ 31.75 16.37 13.8 -
YUV 86.39 136.25 222.59 -
System Red Green Blue C M Y K H S L
Decimal 219 16 101 0 0.93 0.54 0.14 334.88 0.86 0.46
Hex DB 10 65 0 5D 36 E 14F 56 2E
Octal 333 20 145 0 135 66 16 517 126 56
Binary 11011011 10000 1100101 0 1011101 110110 1110 101001111 1010110 101110

Color Harmonies of #DB1065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1065

Black with #DB1065

Text Example


Text Example

White with #DB1065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1065; }

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

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

background-color css

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

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

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

border-color css

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

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

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