Html Css Color HEX #DB0788 Medium Violet Red

📋 copy color: '#DB0788'

red 219 ◦ green 7 ◦ blue 136

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

Shades of Medium Violet Red #DB0788

Tints of Medium Violet Red #DB0788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 60.5%
G = 1.93%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB0788 (or 0xDB0788) is known color: Medium Violet Red. HEX triplet: DB, 07 and 88. RGB value is (219,7,136). Sum of RGB (Red+Green+Blue) = 219+7+136=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0788 is #24F877. Grayscale: #545454. Windows color (decimal): -2422904 or 8914907. OLE color: 8914907.

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

Color convert

RGB 219 7 136 -
CMYK 0 0.97 0.38 0.14
HSL 323.49º 0.94% 0.44% -
HSV(B) 323.49º 0.97% 0.86% -
XYZ 33.73 16.99 24.79 -
YUV 85.09 156.74 223.51 -
System Red Green Blue C M Y K H S L
Decimal 219 7 136 0 0.97 0.38 0.14 323.49 0.94 0.44
Hex DB 7 88 0 61 26 E 143 5E 2C
Octal 333 7 210 0 141 46 16 503 136 54
Binary 11011011 111 10001000 0 1100001 100110 1110 101000011 1011110 101100

Color Harmonies of #DB0788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0788

Black with #DB0788

Text Example


Text Example

White with #DB0788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0788; }

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

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

background-color css

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

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

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

border-color css

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

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

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