Html Css Color HEX #DB105C Ruby

📋 copy color: '#DB105C'

red 219 ◦ green 16 ◦ blue 92

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

Shades of Ruby #DB105C

Tints of Ruby #DB105C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 66.97%
G = 4.89%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB105C (or 0xDB105C) is known color: Ruby. HEX triplet: DB, 10 and 5C. RGB value is (219,16,92). Sum of RGB (Red+Green+Blue) = 219+16+92=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB105C is #24EFA3. Grayscale: #555555. Windows color (decimal): -2420644 or 6033627. OLE color: 6033627.

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

Color convert

RGB 219 16 92 -
CMYK 0 0.93 0.58 0.14
HSL 337.54º 0.86% 0.46% -
HSV(B) 337.54º 0.93% 0.86% -
XYZ 31.33 16.2 11.6 -
YUV 85.36 131.75 223.32 -
System Red Green Blue C M Y K H S L
Decimal 219 16 92 0 0.93 0.58 0.14 337.54 0.86 0.46
Hex DB 10 5C 0 5D 3A E 152 56 2E
Octal 333 20 134 0 135 72 16 522 126 56
Binary 11011011 10000 1011100 0 1011101 111010 1110 101010010 1010110 101110

Color Harmonies of #DB105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB105C

Black with #DB105C

Text Example


Text Example

White with #DB105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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