Html Css Color HEX #DB0F8D Medium Violet Red

📋 copy color: '#DB0F8D'

red 219 ◦ green 15 ◦ blue 141

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

Shades of Medium Violet Red #DB0F8D

Tints of Medium Violet Red #DB0F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 58.4%
G = 4%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB0F8D (or 0xDB0F8D) is known color: Medium Violet Red. HEX triplet: DB, 0F and 8D. RGB value is (219,15,141). Sum of RGB (Red+Green+Blue) = 219+15+141=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F8D is #24F072. Grayscale: #5A5A5A. Windows color (decimal): -2420851 or 9244635. OLE color: 9244635.

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

Color convert

RGB 219 15 141 -
CMYK 0 0.93 0.36 0.14
HSL 322.94º 0.87% 0.46% -
HSV(B) 322.94º 0.93% 0.86% -
XYZ 34.19 17.32 26.74 -
YUV 90.36 156.59 219.75 -
System Red Green Blue C M Y K H S L
Decimal 219 15 141 0 0.93 0.36 0.14 322.94 0.87 0.46
Hex DB F 8D 0 5D 24 E 143 57 2E
Octal 333 17 215 0 135 44 16 503 127 56
Binary 11011011 1111 10001101 0 1011101 100100 1110 101000011 1010111 101110

Color Harmonies of #DB0F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F8D

Black with #DB0F8D

Text Example


Text Example

White with #DB0F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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