Html Css Color HEX #DB169C Medium Violet Red

📋 copy color: '#DB169C'

red 219 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #DB169C

Tints of Medium Violet Red #DB169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.54%

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 55.16%
G = 5.54%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB169C (or 0xDB169C) is known color: Medium Violet Red. HEX triplet: DB, 16 and 9C. RGB value is (219,22,156). Sum of RGB (Red+Green+Blue) = 219+22+156=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB169C is #24E963. Grayscale: #5F5F5F. Windows color (decimal): -2419044 or 10229467. OLE color: 10229467.

HSL color Cylindrical-coordinate representation of color #DB169C: hue angle of 319.19º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB169C is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 156 -
CMYK 0 0.90 0.29 0.14
HSL 319.19º 0.82% 0.47% -
HSV(B) 319.19º 0.9% 0.86% -
XYZ 35.5 18.03 33.06 -
YUV 96.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 219 22 156 0 0.90 0.29 0.14 319.19 0.82 0.47
Hex DB 16 9C 0 5A 1D E 13F 52 2F
Octal 333 26 234 0 132 35 16 477 122 57
Binary 11011011 10110 10011100 0 1011010 11101 1110 100111111 1010010 101111

Color Harmonies of #DB169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB169C

Black with #DB169C

Text Example


Text Example

White with #DB169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB169C; }

 p { color: rgb(219,22,156); }

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

background-color css

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

 a { background-color: rgb(219,22,156); }

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

border-color css

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

 span { border-color: rgb(219,22,156); }

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