Html Css Color HEX #DB187F Medium Violet Red

📋 copy color: '#DB187F'

red 219 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #DB187F

Tints of Medium Violet Red #DB187F

RGB

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

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

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

R = 59.19%
G = 6.49%
B = 34.32%

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

#DB187F (or 0xDB187F) is known color: Medium Violet Red. HEX triplet: DB, 18 and 7F. RGB value is (219,24,127). Sum of RGB (Red+Green+Blue) = 219+24+127=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB187F is #24E780. Grayscale: #5D5D5D. Windows color (decimal): -2418561 or 8329435. OLE color: 8329435.

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

Color convert

RGB 219 24 127 -
CMYK 0 0.89 0.42 0.14
HSL 328.31º 0.8% 0.48% -
HSV(B) 328.31º 0.89% 0.86% -
XYZ 33.37 17.25 21.65 -
YUV 94.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 219 24 127 0 0.89 0.42 0.14 328.31 0.8 0.48
Hex DB 18 7F 0 59 2A E 148 50 30
Octal 333 30 177 0 131 52 16 510 120 60
Binary 11011011 11000 1111111 0 1011001 101010 1110 101001000 1010000 110000

Color Harmonies of #DB187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB187F

Black with #DB187F

Text Example


Text Example

White with #DB187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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