Html Css Color HEX #DB167A Medium Violet Red

📋 copy color: '#DB167A'

red 219 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #DB167A

Tints of Medium Violet Red #DB167A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 60.33%
G = 6.06%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB167A (or 0xDB167A) is known color: Medium Violet Red. HEX triplet: DB, 16 and 7A. RGB value is (219,22,122). Sum of RGB (Red+Green+Blue) = 219+22+122=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB167A is #24E985. Grayscale: #5C5C5C. Windows color (decimal): -2419078 or 8001243. OLE color: 8001243.

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

Color convert

RGB 219 22 122 -
CMYK 0 0.90 0.44 0.14
HSL 329.54º 0.82% 0.47% -
HSV(B) 329.54º 0.9% 0.86% -
XYZ 33.01 17.04 19.96 -
YUV 92.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 219 22 122 0 0.90 0.44 0.14 329.54 0.82 0.47
Hex DB 16 7A 0 5A 2C E 14A 52 2F
Octal 333 26 172 0 132 54 16 512 122 57
Binary 11011011 10110 1111010 0 1011010 101100 1110 101001010 1010010 101111

Color Harmonies of #DB167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB167A

Black with #DB167A

Text Example


Text Example

White with #DB167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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