Html Css Color HEX #DB169F Medium Violet Red

📋 copy color: '#DB169F'

red 219 ◦ green 22 ◦ blue 159

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

Shades of Medium Violet Red #DB169F

Tints of Medium Violet Red #DB169F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 54.75%
G = 5.5%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB169F (or 0xDB169F) is known color: Medium Violet Red. HEX triplet: DB, 16 and 9F. RGB value is (219,22,159). Sum of RGB (Red+Green+Blue) = 219+22+159=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB169F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB169F is #24E960. Grayscale: #606060. Windows color (decimal): -2419041 or 10426075. OLE color: 10426075.

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

Color convert

RGB 219 22 159 -
CMYK 0 0.90 0.27 0.14
HSL 318.27º 0.82% 0.47% -
HSV(B) 318.27º 0.9% 0.86% -
XYZ 35.76 18.14 34.42 -
YUV 96.52 163.27 215.36 -
System Red Green Blue C M Y K H S L
Decimal 219 22 159 0 0.90 0.27 0.14 318.27 0.82 0.47
Hex DB 16 9F 0 5A 1B E 13E 52 2F
Octal 333 26 237 0 132 33 16 476 122 57
Binary 11011011 10110 10011111 0 1011010 11011 1110 100111110 1010010 101111

Color Harmonies of #DB169F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB169F

Black with #DB169F

Text Example


Text Example

White with #DB169F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB169F; }

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

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

background-color css

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

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

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

border-color css

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

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

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