Html Css Color HEX #DB178A Medium Violet Red

📋 copy color: '#DB178A'

red 219 ◦ green 23 ◦ blue 138

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

Shades of Medium Violet Red #DB178A

Tints of Medium Violet Red #DB178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 57.63%
G = 6.05%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB178A (or 0xDB178A) is known color: Medium Violet Red. HEX triplet: DB, 17 and 8A. RGB value is (219,23,138). Sum of RGB (Red+Green+Blue) = 219+23+138=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB178A is #24E875. Grayscale: #5E5E5E. Windows color (decimal): -2418806 or 9050075. OLE color: 9050075.

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

Color convert

RGB 219 23 138 -
CMYK 0 0.89 0.37 0.14
HSL 324.8º 0.81% 0.47% -
HSV(B) 324.8º 0.89% 0.86% -
XYZ 34.11 17.51 25.63 -
YUV 94.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 219 23 138 0 0.89 0.37 0.14 324.8 0.81 0.47
Hex DB 17 8A 0 59 25 E 145 51 2F
Octal 333 27 212 0 131 45 16 505 121 57
Binary 11011011 10111 10001010 0 1011001 100101 1110 101000101 1010001 101111

Color Harmonies of #DB178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB178A

Black with #DB178A

Text Example


Text Example

White with #DB178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB178A; }

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

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

background-color css

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

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

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

border-color css

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

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

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