Html Css Color HEX #DB0F90 Medium Violet Red

📋 copy color: '#DB0F90'

red 219 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #DB0F90

Tints of Medium Violet Red #DB0F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 57.94%
G = 3.97%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB0F90 (or 0xDB0F90) is known color: Medium Violet Red. HEX triplet: DB, 0F and 90. RGB value is (219,15,144). Sum of RGB (Red+Green+Blue) = 219+15+144=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F90 is #24F06F. Grayscale: #5A5A5A. Windows color (decimal): -2420848 or 9441243. OLE color: 9441243.

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

Color convert

RGB 219 15 144 -
CMYK 0 0.93 0.34 0.14
HSL 322.06º 0.87% 0.46% -
HSV(B) 322.06º 0.93% 0.86% -
XYZ 34.42 17.42 27.93 -
YUV 90.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 219 15 144 0 0.93 0.34 0.14 322.06 0.87 0.46
Hex DB F 90 0 5D 22 E 142 57 2E
Octal 333 17 220 0 135 42 16 502 127 56
Binary 11011011 1111 10010000 0 1011101 100010 1110 101000010 1010111 101110

Color Harmonies of #DB0F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F90

Black with #DB0F90

Text Example


Text Example

White with #DB0F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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