Html Css Color HEX #DB1988 Medium Violet Red

📋 copy color: '#DB1988'

red 219 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #DB1988

Tints of Medium Violet Red #DB1988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 57.63%
G = 6.58%
B = 35.79%

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

#DB1988 (or 0xDB1988) is known color: Medium Violet Red. HEX triplet: DB, 19 and 88. RGB value is (219,25,136). Sum of RGB (Red+Green+Blue) = 219+25+136=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1988 is #24E677. Grayscale: #5F5F5F. Windows color (decimal): -2418296 or 8919515. OLE color: 8919515.

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

Color convert

RGB 219 25 136 -
CMYK 0 0.89 0.38 0.14
HSL 325.67º 0.8% 0.48% -
HSV(B) 325.67º 0.89% 0.86% -
XYZ 34 17.53 24.88 -
YUV 95.66 150.77 215.97 -
System Red Green Blue C M Y K H S L
Decimal 219 25 136 0 0.89 0.38 0.14 325.67 0.8 0.48
Hex DB 19 88 0 59 26 E 146 50 30
Octal 333 31 210 0 131 46 16 506 120 60
Binary 11011011 11001 10001000 0 1011001 100110 1110 101000110 1010000 110000

Color Harmonies of #DB1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1988

Black with #DB1988

Text Example


Text Example

White with #DB1988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1988; }

 p { color: rgb(219,25,136); }

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

background-color css

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

 a { background-color: rgb(219,25,136); }

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

border-color css

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

 span { border-color: rgb(219,25,136); }

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