Html Css Color HEX #DB1887 Medium Violet Red

📋 copy color: '#DB1887'

red 219 ◦ green 24 ◦ blue 135

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

Shades of Medium Violet Red #DB1887

Tints of Medium Violet Red #DB1887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 57.94%
G = 6.35%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB1887 (or 0xDB1887) is known color: Medium Violet Red. HEX triplet: DB, 18 and 87. RGB value is (219,24,135). Sum of RGB (Red+Green+Blue) = 219+24+135=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1887 is #24E778. Grayscale: #5E5E5E. Windows color (decimal): -2418553 or 8853723. OLE color: 8853723.

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

Color convert

RGB 219 24 135 -
CMYK 0 0.89 0.38 0.14
HSL 325.85º 0.8% 0.48% -
HSV(B) 325.85º 0.89% 0.86% -
XYZ 33.91 17.46 24.5 -
YUV 94.96 150.6 216.47 -
System Red Green Blue C M Y K H S L
Decimal 219 24 135 0 0.89 0.38 0.14 325.85 0.8 0.48
Hex DB 18 87 0 59 26 E 146 50 30
Octal 333 30 207 0 131 46 16 506 120 60
Binary 11011011 11000 10000111 0 1011001 100110 1110 101000110 1010000 110000

Color Harmonies of #DB1887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1887

Black with #DB1887

Text Example


Text Example

White with #DB1887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1887; }

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

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

background-color css

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

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

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

border-color css

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

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

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