Html Css Color HEX #DB0F93 Medium Violet Red

📋 copy color: '#DB0F93'

red 219 ◦ green 15 ◦ blue 147

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

Shades of Medium Violet Red #DB0F93

Tints of Medium Violet Red #DB0F93

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.94%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 57.48%
G = 3.94%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB0F93 (or 0xDB0F93) is known color: Medium Violet Red. HEX triplet: DB, 0F and 93. RGB value is (219,15,147). Sum of RGB (Red+Green+Blue) = 219+15+147=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F93 is #24F06C. Grayscale: #5A5A5A. Windows color (decimal): -2420845 or 9637851. OLE color: 9637851.

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

Color convert

RGB 219 15 147 -
CMYK 0 0.93 0.33 0.14
HSL 321.18º 0.87% 0.46% -
HSV(B) 321.18º 0.93% 0.86% -
XYZ 34.65 17.51 29.16 -
YUV 91.04 159.59 219.27 -
System Red Green Blue C M Y K H S L
Decimal 219 15 147 0 0.93 0.33 0.14 321.18 0.87 0.46
Hex DB F 93 0 5D 21 E 141 57 2E
Octal 333 17 223 0 135 41 16 501 127 56
Binary 11011011 1111 10010011 0 1011101 100001 1110 101000001 1010111 101110

Color Harmonies of #DB0F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F93

Black with #DB0F93

Text Example


Text Example

White with #DB0F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F93; }

 p { color: rgb(219,15,147); }

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

background-color css

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

 a { background-color: rgb(219,15,147); }

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

border-color css

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

 span { border-color: rgb(219,15,147); }

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