Html Css Color HEX #DB0189 Medium Violet Red

📋 copy color: '#DB0189'

red 219 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #DB0189

Tints of Medium Violet Red #DB0189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 61.34%
G = 0.28%
B = 38.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB0189 (or 0xDB0189) is known color: Medium Violet Red. HEX triplet: DB, 01 and 89. RGB value is (219,1,137). Sum of RGB (Red+Green+Blue) = 219+1+137=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0189 is #24FE76. Grayscale: #515151. Windows color (decimal): -2424439 or 8978907. OLE color: 8978907.

HSL color Cylindrical-coordinate representation of color #DB0189: hue angle of 322.57º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0189 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 137 -
CMYK 0 1.00 0.37 0.14
HSL 322.57º 0.99% 0.43% -
HSV(B) 322.57º 1% 0.86% -
XYZ 33.74 16.89 25.15 -
YUV 81.69 159.22 225.94 -
System Red Green Blue C M Y K H S L
Decimal 219 1 137 0 1.00 0.37 0.14 322.57 0.99 0.43
Hex DB 1 89 0 64 25 E 143 63 2B
Octal 333 1 211 0 144 45 16 503 143 53
Binary 11011011 1 10001001 0 1100100 100101 1110 101000011 1100011 101011

Color Harmonies of #DB0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0189

Black with #DB0189

Text Example


Text Example

White with #DB0189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0189; }

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

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

background-color css

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

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

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

border-color css

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

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

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