Html Css Color HEX #DB188F Medium Violet Red

📋 copy color: '#DB188F'

red 219 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #DB188F

Tints of Medium Violet Red #DB188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 56.74%
G = 6.22%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB188F (or 0xDB188F) is known color: Medium Violet Red. HEX triplet: DB, 18 and 8F. RGB value is (219,24,143). Sum of RGB (Red+Green+Blue) = 219+24+143=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB188F is #24E770. Grayscale: #5F5F5F. Windows color (decimal): -2418545 or 9378011. OLE color: 9378011.

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

Color convert

RGB 219 24 143 -
CMYK 0 0.89 0.35 0.14
HSL 323.38º 0.8% 0.48% -
HSV(B) 323.38º 0.89% 0.86% -
XYZ 34.5 17.7 27.58 -
YUV 95.87 154.6 215.82 -
System Red Green Blue C M Y K H S L
Decimal 219 24 143 0 0.89 0.35 0.14 323.38 0.8 0.48
Hex DB 18 8F 0 59 23 E 143 50 30
Octal 333 30 217 0 131 43 16 503 120 60
Binary 11011011 11000 10001111 0 1011001 100011 1110 101000011 1010000 110000

Color Harmonies of #DB188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB188F

Black with #DB188F

Text Example


Text Example

White with #DB188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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