Html Css Color HEX #DB1993 Medium Violet Red

📋 copy color: '#DB1993'

red 219 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #DB1993

Tints of Medium Violet Red #DB1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.39%

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

R = 56.01%
G = 6.39%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB1993 (or 0xDB1993) is known color: Medium Violet Red. HEX triplet: DB, 19 and 93. RGB value is (219,25,147). Sum of RGB (Red+Green+Blue) = 219+25+147=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1993 is #24E66C. Grayscale: #606060. Windows color (decimal): -2418285 or 9640411. OLE color: 9640411.

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

Color convert

RGB 219 25 147 -
CMYK 0 0.89 0.33 0.14
HSL 322.27º 0.8% 0.48% -
HSV(B) 322.27º 0.89% 0.86% -
XYZ 34.83 17.86 29.22 -
YUV 96.91 156.27 215.08 -
System Red Green Blue C M Y K H S L
Decimal 219 25 147 0 0.89 0.33 0.14 322.27 0.8 0.48
Hex DB 19 93 0 59 21 E 142 50 30
Octal 333 31 223 0 131 41 16 502 120 60
Binary 11011011 11001 10010011 0 1011001 100001 1110 101000010 1010000 110000

Color Harmonies of #DB1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1993

Black with #DB1993

Text Example


Text Example

White with #DB1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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