Html Css Color HEX #DB0E7B Medium Violet Red

📋 copy color: '#DB0E7B'

red 219 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #DB0E7B

Tints of Medium Violet Red #DB0E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 61.52%
G = 3.93%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB0E7B (or 0xDB0E7B) is known color: Medium Violet Red. HEX triplet: DB, 0E and 7B. RGB value is (219,14,123). Sum of RGB (Red+Green+Blue) = 219+14+123=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E7B is #24F184. Grayscale: #575757. Windows color (decimal): -2421125 or 8064731. OLE color: 8064731.

HSL color Cylindrical-coordinate representation of color #DB0E7B: hue angle of 328.1º 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 #DB0E7B is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 14 123 -
CMYK 0 0.94 0.44 0.14
HSL 328.1º 0.88% 0.46% -
HSV(B) 328.1º 0.94% 0.86% -
XYZ 32.95 16.8 20.25 -
YUV 87.72 147.92 221.64 -
System Red Green Blue C M Y K H S L
Decimal 219 14 123 0 0.94 0.44 0.14 328.1 0.88 0.46
Hex DB E 7B 0 5E 2C E 148 58 2E
Octal 333 16 173 0 136 54 16 510 130 56
Binary 11011011 1110 1111011 0 1011110 101100 1110 101001000 1011000 101110

Color Harmonies of #DB0E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E7B

Black with #DB0E7B

Text Example


Text Example

White with #DB0E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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