Html Css Color HEX #DB1889 Medium Violet Red

📋 copy color: '#DB1889'

red 219 ◦ green 24 ◦ blue 137

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

Shades of Medium Violet Red #DB1889

Tints of Medium Violet Red #DB1889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 57.63%
G = 6.32%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB1889 (or 0xDB1889) is known color: Medium Violet Red. HEX triplet: DB, 18 and 89. RGB value is (219,24,137). Sum of RGB (Red+Green+Blue) = 219+24+137=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1889 is #24E776. Grayscale: #5E5E5E. Windows color (decimal): -2418551 or 8984795. OLE color: 8984795.

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

Color convert

RGB 219 24 137 -
CMYK 0 0.89 0.37 0.14
HSL 325.23º 0.8% 0.48% -
HSV(B) 325.23º 0.89% 0.86% -
XYZ 34.06 17.52 25.25 -
YUV 95.19 151.6 216.31 -
System Red Green Blue C M Y K H S L
Decimal 219 24 137 0 0.89 0.37 0.14 325.23 0.8 0.48
Hex DB 18 89 0 59 25 E 145 50 30
Octal 333 30 211 0 131 45 16 505 120 60
Binary 11011011 11000 10001001 0 1011001 100101 1110 101000101 1010000 110000

Color Harmonies of #DB1889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1889

Black with #DB1889

Text Example


Text Example

White with #DB1889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1889; }

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

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

background-color css

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

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

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

border-color css

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

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

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