Html Css Color HEX #DB188C Medium Violet Red

📋 copy color: '#DB188C'

red 219 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #DB188C

Tints of Medium Violet Red #DB188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 57.18%
G = 6.27%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB188C (or 0xDB188C) is known color: Medium Violet Red. HEX triplet: DB, 18 and 8C. RGB value is (219,24,140). Sum of RGB (Red+Green+Blue) = 219+24+140=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB188C is #24E773. Grayscale: #5F5F5F. Windows color (decimal): -2418548 or 9181403. OLE color: 9181403.

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

Color convert

RGB 219 24 140 -
CMYK 0 0.89 0.36 0.14
HSL 324.31º 0.8% 0.48% -
HSV(B) 324.31º 0.89% 0.86% -
XYZ 34.27 17.61 26.4 -
YUV 95.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 219 24 140 0 0.89 0.36 0.14 324.31 0.8 0.48
Hex DB 18 8C 0 59 24 E 144 50 30
Octal 333 30 214 0 131 44 16 504 120 60
Binary 11011011 11000 10001100 0 1011001 100100 1110 101000100 1010000 110000

Color Harmonies of #DB188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB188C

Black with #DB188C

Text Example


Text Example

White with #DB188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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