Html Css Color HEX #DB0F7E Medium Violet Red

📋 copy color: '#DB0F7E'

red 219 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #DB0F7E

Tints of Medium Violet Red #DB0F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35%

R = 60.83%
G = 4.17%
B = 35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB0F7E (or 0xDB0F7E) is known color: Medium Violet Red. HEX triplet: DB, 0F and 7E. RGB value is (219,15,126). Sum of RGB (Red+Green+Blue) = 219+15+126=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F7E is #24F081. Grayscale: #585858. Windows color (decimal): -2420866 or 8261595. OLE color: 8261595.

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

Color convert

RGB 219 15 126 -
CMYK 0 0.93 0.42 0.14
HSL 327.35º 0.87% 0.46% -
HSV(B) 327.35º 0.93% 0.86% -
XYZ 33.15 16.91 21.26 -
YUV 88.65 149.09 220.97 -
System Red Green Blue C M Y K H S L
Decimal 219 15 126 0 0.93 0.42 0.14 327.35 0.87 0.46
Hex DB F 7E 0 5D 2A E 147 57 2E
Octal 333 17 176 0 135 52 16 507 127 56
Binary 11011011 1111 1111110 0 1011101 101010 1110 101000111 1010111 101110

Color Harmonies of #DB0F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F7E

Black with #DB0F7E

Text Example


Text Example

White with #DB0F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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