Html Css Color HEX #DB196C Ruby

📋 copy color: '#DB196C'

red 219 ◦ green 25 ◦ blue 108

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

Shades of Ruby #DB196C

Tints of Ruby #DB196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.1%

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

R = 62.22%
G = 7.1%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB196C (or 0xDB196C) is known color: Ruby. HEX triplet: DB, 19 and 6C. RGB value is (219,25,108). Sum of RGB (Red+Green+Blue) = 219+25+108=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB196C is #24E693. Grayscale: #5C5C5C. Windows color (decimal): -2418324 or 7084507. OLE color: 7084507.

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

Color convert

RGB 219 25 108 -
CMYK 0 0.89 0.51 0.14
HSL 334.33º 0.8% 0.48% -
HSV(B) 334.33º 0.89% 0.86% -
XYZ 32.27 16.84 15.74 -
YUV 92.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 219 25 108 0 0.89 0.51 0.14 334.33 0.8 0.48
Hex DB 19 6C 0 59 33 E 14E 50 30
Octal 333 31 154 0 131 63 16 516 120 60
Binary 11011011 11001 1101100 0 1011001 110011 1110 101001110 1010000 110000

Color Harmonies of #DB196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB196C

Black with #DB196C

Text Example


Text Example

White with #DB196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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