Html Css Color HEX #DB1992 Medium Violet Red

📋 copy color: '#DB1992'

red 219 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #DB1992

Tints of Medium Violet Red #DB1992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 56.15%
G = 6.41%
B = 37.44%

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

#DB1992 (or 0xDB1992) is known color: Medium Violet Red. HEX triplet: DB, 19 and 92. RGB value is (219,25,146). Sum of RGB (Red+Green+Blue) = 219+25+146=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1992 is #24E66D. Grayscale: #606060. Windows color (decimal): -2418286 or 9574875. OLE color: 9574875.

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

Color convert

RGB 219 25 146 -
CMYK 0 0.89 0.33 0.14
HSL 322.58º 0.8% 0.48% -
HSV(B) 322.58º 0.89% 0.86% -
XYZ 34.75 17.83 28.8 -
YUV 96.8 155.77 215.16 -
System Red Green Blue C M Y K H S L
Decimal 219 25 146 0 0.89 0.33 0.14 322.58 0.8 0.48
Hex DB 19 92 0 59 21 E 143 50 30
Octal 333 31 222 0 131 41 16 503 120 60
Binary 11011011 11001 10010010 0 1011001 100001 1110 101000011 1010000 110000

Color Harmonies of #DB1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1992

Black with #DB1992

Text Example


Text Example

White with #DB1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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