Html Css Color HEX #DB185B Ruby

📋 copy color: '#DB185B'

red 219 ◦ green 24 ◦ blue 91

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

Shades of Ruby #DB185B

Tints of Ruby #DB185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 65.57%
G = 7.19%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB185B (or 0xDB185B) is known color: Ruby. HEX triplet: DB, 18 and 5B. RGB value is (219,24,91). Sum of RGB (Red+Green+Blue) = 219+24+91=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB185B is #24E7A4. Grayscale: #595959. Windows color (decimal): -2418597 or 5970139. OLE color: 5970139.

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

Color convert

RGB 219 24 91 -
CMYK 0 0.89 0.58 0.14
HSL 339.38º 0.8% 0.48% -
HSV(B) 339.38º 0.89% 0.86% -
XYZ 31.43 16.47 11.42 -
YUV 89.94 128.6 220.05 -
System Red Green Blue C M Y K H S L
Decimal 219 24 91 0 0.89 0.58 0.14 339.38 0.8 0.48
Hex DB 18 5B 0 59 3A E 153 50 30
Octal 333 30 133 0 131 72 16 523 120 60
Binary 11011011 11000 1011011 0 1011001 111010 1110 101010011 1010000 110000

Color Harmonies of #DB185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB185B

Black with #DB185B

Text Example


Text Example

White with #DB185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB185B; }

 p { color: rgb(219,24,91); }

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

background-color css

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

 a { background-color: rgb(219,24,91); }

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

border-color css

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

 span { border-color: rgb(219,24,91); }

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