Html Css Color HEX #DB0888 Medium Violet Red

📋 copy color: '#DB0888'

red 219 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #DB0888

Tints of Medium Violet Red #DB0888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 60.33%
G = 2.2%
B = 37.47%

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

#DB0888 (or 0xDB0888) is known color: Medium Violet Red. HEX triplet: DB, 08 and 88. RGB value is (219,8,136). Sum of RGB (Red+Green+Blue) = 219+8+136=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0888 is #24F777. Grayscale: #555555. Windows color (decimal): -2422648 or 8915163. OLE color: 8915163.

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

Color convert

RGB 219 8 136 -
CMYK 0 0.96 0.38 0.14
HSL 323.6º 0.93% 0.45% -
HSV(B) 323.6º 0.96% 0.86% -
XYZ 33.74 17.01 24.8 -
YUV 85.68 156.4 223.09 -
System Red Green Blue C M Y K H S L
Decimal 219 8 136 0 0.96 0.38 0.14 323.6 0.93 0.45
Hex DB 8 88 0 60 26 E 144 5D 2D
Octal 333 10 210 0 140 46 16 504 135 55
Binary 11011011 1000 10001000 0 1100000 100110 1110 101000100 1011101 101101

Color Harmonies of #DB0888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0888

Black with #DB0888

Text Example


Text Example

White with #DB0888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0888; }

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

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

background-color css

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

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

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

border-color css

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

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

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