Html Css Color HEX #DB1487 Medium Violet Red

📋 copy color: '#DB1487'

red 219 ◦ green 20 ◦ blue 135

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

Shades of Medium Violet Red #DB1487

Tints of Medium Violet Red #DB1487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

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

R = 58.56%
G = 5.35%
B = 36.1%

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

#DB1487 (or 0xDB1487) is known color: Medium Violet Red. HEX triplet: DB, 14 and 87. RGB value is (219,20,135). Sum of RGB (Red+Green+Blue) = 219+20+135=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1487 is #24EB78. Grayscale: #5C5C5C. Windows color (decimal): -2419577 or 8852699. OLE color: 8852699.

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

Color convert

RGB 219 20 135 -
CMYK 0 0.91 0.38 0.14
HSL 325.33º 0.83% 0.47% -
HSV(B) 325.33º 0.91% 0.86% -
XYZ 33.84 17.31 24.48 -
YUV 92.61 151.93 218.15 -
System Red Green Blue C M Y K H S L
Decimal 219 20 135 0 0.91 0.38 0.14 325.33 0.83 0.47
Hex DB 14 87 0 5B 26 E 145 53 2F
Octal 333 24 207 0 133 46 16 505 123 57
Binary 11011011 10100 10000111 0 1011011 100110 1110 101000101 1010011 101111

Color Harmonies of #DB1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1487

Black with #DB1487

Text Example


Text Example

White with #DB1487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1487; }

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

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

background-color css

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

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

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

border-color css

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

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

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