Html Css Color HEX #DB177E Medium Violet Red

📋 copy color: '#DB177E'

red 219 ◦ green 23 ◦ blue 126

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

Shades of Medium Violet Red #DB177E

Tints of Medium Violet Red #DB177E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 59.51%
G = 6.25%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB177E (or 0xDB177E) is known color: Medium Violet Red. HEX triplet: DB, 17 and 7E. RGB value is (219,23,126). Sum of RGB (Red+Green+Blue) = 219+23+126=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB177E is #24E881. Grayscale: #5D5D5D. Windows color (decimal): -2418818 or 8263643. OLE color: 8263643.

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

Color convert

RGB 219 23 126 -
CMYK 0 0.89 0.42 0.14
HSL 328.47º 0.81% 0.47% -
HSV(B) 328.47º 0.89% 0.86% -
XYZ 33.29 17.18 21.3 -
YUV 93.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 219 23 126 0 0.89 0.42 0.14 328.47 0.81 0.47
Hex DB 17 7E 0 59 2A E 148 51 2F
Octal 333 27 176 0 131 52 16 510 121 57
Binary 11011011 10111 1111110 0 1011001 101010 1110 101001000 1010001 101111

Color Harmonies of #DB177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB177E

Black with #DB177E

Text Example


Text Example

White with #DB177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB177E; }

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

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

background-color css

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

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

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

border-color css

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

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

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