Html Css Color HEX #DB177D Medium Violet Red

📋 copy color: '#DB177D'

red 219 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #DB177D

Tints of Medium Violet Red #DB177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 59.67%
G = 6.27%
B = 34.06%

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

#DB177D (or 0xDB177D) is known color: Medium Violet Red. HEX triplet: DB, 17 and 7D. RGB value is (219,23,125). Sum of RGB (Red+Green+Blue) = 219+23+125=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB177D is #24E882. Grayscale: #5D5D5D. Windows color (decimal): -2418819 or 8198107. OLE color: 8198107.

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

Color convert

RGB 219 23 125 -
CMYK 0 0.89 0.43 0.14
HSL 328.78º 0.81% 0.47% -
HSV(B) 328.78º 0.89% 0.86% -
XYZ 33.22 17.15 20.96 -
YUV 93.23 145.93 217.71 -
System Red Green Blue C M Y K H S L
Decimal 219 23 125 0 0.89 0.43 0.14 328.78 0.81 0.47
Hex DB 17 7D 0 59 2B E 149 51 2F
Octal 333 27 175 0 131 53 16 511 121 57
Binary 11011011 10111 1111101 0 1011001 101011 1110 101001001 1010001 101111

Color Harmonies of #DB177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB177D

Black with #DB177D

Text Example


Text Example

White with #DB177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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