Html Css Color HEX #DB177F Medium Violet Red

📋 copy color: '#DB177F'

red 219 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #DB177F

Tints of Medium Violet Red #DB177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 59.35%
G = 6.23%
B = 34.42%

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

#DB177F (or 0xDB177F) is known color: Medium Violet Red. HEX triplet: DB, 17 and 7F. RGB value is (219,23,127). Sum of RGB (Red+Green+Blue) = 219+23+127=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB177F is #24E880. Grayscale: #5D5D5D. Windows color (decimal): -2418817 or 8329179. OLE color: 8329179.

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

Color convert

RGB 219 23 127 -
CMYK 0 0.89 0.42 0.14
HSL 328.16º 0.81% 0.47% -
HSV(B) 328.16º 0.89% 0.86% -
XYZ 33.35 17.21 21.64 -
YUV 93.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 219 23 127 0 0.89 0.42 0.14 328.16 0.81 0.47
Hex DB 17 7F 0 59 2A E 148 51 2F
Octal 333 27 177 0 131 52 16 510 121 57
Binary 11011011 10111 1111111 0 1011001 101010 1110 101001000 1010001 101111

Color Harmonies of #DB177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB177F

Black with #DB177F

Text Example


Text Example

White with #DB177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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