Html Css Color HEX #DB169E Medium Violet Red

📋 copy color: '#DB169E'

red 219 ◦ green 22 ◦ blue 158

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

Shades of Medium Violet Red #DB169E

Tints of Medium Violet Red #DB169E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 54.89%
G = 5.51%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB169E (or 0xDB169E) is known color: Medium Violet Red. HEX triplet: DB, 16 and 9E. RGB value is (219,22,158). Sum of RGB (Red+Green+Blue) = 219+22+158=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB169E is #24E961. Grayscale: #606060. Windows color (decimal): -2419042 or 10360539. OLE color: 10360539.

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

Color convert

RGB 219 22 158 -
CMYK 0 0.90 0.28 0.14
HSL 318.58º 0.82% 0.47% -
HSV(B) 318.58º 0.9% 0.86% -
XYZ 35.67 18.1 33.96 -
YUV 96.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 219 22 158 0 0.90 0.28 0.14 318.58 0.82 0.47
Hex DB 16 9E 0 5A 1C E 13F 52 2F
Octal 333 26 236 0 132 34 16 477 122 57
Binary 11011011 10110 10011110 0 1011010 11100 1110 100111111 1010010 101111

Color Harmonies of #DB169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB169E

Black with #DB169E

Text Example


Text Example

White with #DB169E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB169E; }

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

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

background-color css

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

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

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

border-color css

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

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

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