Html Css Color HEX #DB0E8B Medium Violet Red

📋 copy color: '#DB0E8B'

red 219 ◦ green 14 ◦ blue 139

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

Shades of Medium Violet Red #DB0E8B

Tints of Medium Violet Red #DB0E8B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.76%

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 58.87%
G = 3.76%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB0E8B (or 0xDB0E8B) is known color: Medium Violet Red. HEX triplet: DB, 0E and 8B. RGB value is (219,14,139). Sum of RGB (Red+Green+Blue) = 219+14+139=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0E8B is #24F174. Grayscale: #595959. Windows color (decimal): -2421109 or 9113307. OLE color: 9113307.

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

Color convert

RGB 219 14 139 -
CMYK 0 0.94 0.37 0.14
HSL 323.41º 0.88% 0.46% -
HSV(B) 323.41º 0.94% 0.86% -
XYZ 34.03 17.24 25.96 -
YUV 89.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 219 14 139 0 0.94 0.37 0.14 323.41 0.88 0.46
Hex DB E 8B 0 5E 25 E 143 58 2E
Octal 333 16 213 0 136 45 16 503 130 56
Binary 11011011 1110 10001011 0 1011110 100101 1110 101000011 1011000 101110

Color Harmonies of #DB0E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E8B

Black with #DB0E8B

Text Example


Text Example

White with #DB0E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E8B; }

 p { color: rgb(219,14,139); }

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

background-color css

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

 a { background-color: rgb(219,14,139); }

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

border-color css

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

 span { border-color: rgb(219,14,139); }

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