Html Css Color HEX #DB177C Medium Violet Red

📋 copy color: '#DB177C'

red 219 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #DB177C

Tints of Medium Violet Red #DB177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.28%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 59.84%
G = 6.28%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB177C (or 0xDB177C) is known color: Medium Violet Red. HEX triplet: DB, 17 and 7C. RGB value is (219,23,124). Sum of RGB (Red+Green+Blue) = 219+23+124=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB177C is #24E883. Grayscale: #5C5C5C. Windows color (decimal): -2418820 or 8132571. OLE color: 8132571.

HSL color Cylindrical-coordinate representation of color #DB177C: hue angle of 329.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB177C is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 124 -
CMYK 0 0.89 0.43 0.14
HSL 329.08º 0.81% 0.47% -
HSV(B) 329.08º 0.89% 0.86% -
XYZ 33.16 17.13 20.63 -
YUV 93.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 219 23 124 0 0.89 0.43 0.14 329.08 0.81 0.47
Hex DB 17 7C 0 59 2B E 149 51 2F
Octal 333 27 174 0 131 53 16 511 121 57
Binary 11011011 10111 1111100 0 1011001 101011 1110 101001001 1010001 101111

Color Harmonies of #DB177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB177C

Black with #DB177C

Text Example


Text Example

White with #DB177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB177C; }

 p { color: rgb(219,23,124); }

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

background-color css

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

 a { background-color: rgb(219,23,124); }

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

border-color css

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

 span { border-color: rgb(219,23,124); }

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