Html Css Color HEX #DB1387 Medium Violet Red

📋 copy color: '#DB1387'

red 219 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #DB1387

Tints of Medium Violet Red #DB1387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

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

R = 58.71%
G = 5.09%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB1387 (or 0xDB1387) is known color: Medium Violet Red. HEX triplet: DB, 13 and 87. RGB value is (219,19,135). Sum of RGB (Red+Green+Blue) = 219+19+135=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1387 is #24EC78. Grayscale: #5B5B5B. Windows color (decimal): -2419833 or 8852443. OLE color: 8852443.

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

Color convert

RGB 219 19 135 -
CMYK 0 0.91 0.38 0.14
HSL 325.2º 0.84% 0.47% -
HSV(B) 325.2º 0.91% 0.86% -
XYZ 33.82 17.28 24.47 -
YUV 92.02 152.26 218.57 -
System Red Green Blue C M Y K H S L
Decimal 219 19 135 0 0.91 0.38 0.14 325.2 0.84 0.47
Hex DB 13 87 0 5B 26 E 145 54 2F
Octal 333 23 207 0 133 46 16 505 124 57
Binary 11011011 10011 10000111 0 1011011 100110 1110 101000101 1010100 101111

Color Harmonies of #DB1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1387

Black with #DB1387

Text Example


Text Example

White with #DB1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1387; }

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

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

background-color css

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

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

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

border-color css

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

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

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