Html Css Color HEX #DB0988 Medium Violet Red

📋 copy color: '#DB0988'

red 219 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #DB0988

Tints of Medium Violet Red #DB0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.47%

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

R = 60.16%
G = 2.47%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB0988 (or 0xDB0988) is known color: Medium Violet Red. HEX triplet: DB, 09 and 88. RGB value is (219,9,136). Sum of RGB (Red+Green+Blue) = 219+9+136=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0988 is #24F677. Grayscale: #555555. Windows color (decimal): -2422392 or 8915419. OLE color: 8915419.

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

Color convert

RGB 219 9 136 -
CMYK 0 0.96 0.38 0.14
HSL 323.71º 0.92% 0.45% -
HSV(B) 323.71º 0.96% 0.86% -
XYZ 33.76 17.03 24.8 -
YUV 86.27 156.07 222.67 -
System Red Green Blue C M Y K H S L
Decimal 219 9 136 0 0.96 0.38 0.14 323.71 0.92 0.45
Hex DB 9 88 0 60 26 E 144 5C 2D
Octal 333 11 210 0 140 46 16 504 134 55
Binary 11011011 1001 10001000 0 1100000 100110 1110 101000100 1011100 101101

Color Harmonies of #DB0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0988

Black with #DB0988

Text Example


Text Example

White with #DB0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0988; }

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

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

background-color css

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

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

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

border-color css

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

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

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