Html Css Color HEX #DB1B87 Medium Violet Red

📋 copy color: '#DB1B87'

red 219 ◦ green 27 ◦ blue 135

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

Shades of Medium Violet Red #DB1B87

Tints of Medium Violet Red #DB1B87

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.09%

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

R = 57.48%
G = 7.09%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB1B87 (or 0xDB1B87) is known color: Medium Violet Red. HEX triplet: DB, 1B and 87. RGB value is (219,27,135). Sum of RGB (Red+Green+Blue) = 219+27+135=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1B87 is #24E478. Grayscale: #606060. Windows color (decimal): -2417785 or 8854491. OLE color: 8854491.

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

Color convert

RGB 219 27 135 -
CMYK 0 0.88 0.38 0.14
HSL 326.25º 0.78% 0.48% -
HSV(B) 326.25º 0.88% 0.86% -
XYZ 33.98 17.59 24.53 -
YUV 96.72 149.61 215.22 -
System Red Green Blue C M Y K H S L
Decimal 219 27 135 0 0.88 0.38 0.14 326.25 0.78 0.48
Hex DB 1B 87 0 58 26 E 146 4E 30
Octal 333 33 207 0 130 46 16 506 116 60
Binary 11011011 11011 10000111 0 1011000 100110 1110 101000110 1001110 110000

Color Harmonies of #DB1B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B87

Black with #DB1B87

Text Example


Text Example

White with #DB1B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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