Html Css Color HEX #DB187C Medium Violet Red

📋 copy color: '#DB187C'

red 219 ◦ green 24 ◦ blue 124

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

Shades of Medium Violet Red #DB187C

Tints of Medium Violet Red #DB187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.54%

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

R = 59.67%
G = 6.54%
B = 33.79%

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

#DB187C (or 0xDB187C) is known color: Medium Violet Red. HEX triplet: DB, 18 and 7C. RGB value is (219,24,124). Sum of RGB (Red+Green+Blue) = 219+24+124=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB187C is #24E783. Grayscale: #5D5D5D. Windows color (decimal): -2418564 or 8132827. OLE color: 8132827.

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

Color convert

RGB 219 24 124 -
CMYK 0 0.89 0.43 0.14
HSL 329.23º 0.8% 0.48% -
HSV(B) 329.23º 0.89% 0.86% -
XYZ 33.18 17.17 20.63 -
YUV 93.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 219 24 124 0 0.89 0.43 0.14 329.23 0.8 0.48
Hex DB 18 7C 0 59 2B E 149 50 30
Octal 333 30 174 0 131 53 16 511 120 60
Binary 11011011 11000 1111100 0 1011001 101011 1110 101001001 1010000 110000

Color Harmonies of #DB187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB187C

Black with #DB187C

Text Example


Text Example

White with #DB187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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