Html Css Color HEX #DB1B6C Ruby

📋 copy color: '#DB1B6C'

red 219 ◦ green 27 ◦ blue 108

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

Shades of Ruby #DB1B6C

Tints of Ruby #DB1B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 61.86%
G = 7.63%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB1B6C (or 0xDB1B6C) is known color: Ruby. HEX triplet: DB, 1B and 6C. RGB value is (219,27,108). Sum of RGB (Red+Green+Blue) = 219+27+108=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B6C is #24E493. Grayscale: #5D5D5D. Windows color (decimal): -2417812 or 7085019. OLE color: 7085019.

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

Color convert

RGB 219 27 108 -
CMYK 0 0.88 0.51 0.14
HSL 334.69º 0.78% 0.48% -
HSV(B) 334.69º 0.88% 0.86% -
XYZ 32.31 16.93 15.75 -
YUV 93.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 219 27 108 0 0.88 0.51 0.14 334.69 0.78 0.48
Hex DB 1B 6C 0 58 33 E 14F 4E 30
Octal 333 33 154 0 130 63 16 517 116 60
Binary 11011011 11011 1101100 0 1011000 110011 1110 101001111 1001110 110000

Color Harmonies of #DB1B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B6C

Black with #DB1B6C

Text Example


Text Example

White with #DB1B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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