Html Css Color HEX #DB0492 Medium Violet Red

📋 copy color: '#DB0492'

red 219 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #DB0492

Tints of Medium Violet Red #DB0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 59.35%
G = 1.08%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB0492 (or 0xDB0492) is known color: Medium Violet Red. HEX triplet: DB, 04 and 92. RGB value is (219,4,146). Sum of RGB (Red+Green+Blue) = 219+4+146=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0492 is #24FB6D. Grayscale: #545454. Windows color (decimal): -2423662 or 9569499. OLE color: 9569499.

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

Color convert

RGB 219 4 146 -
CMYK 0 0.98 0.33 0.14
HSL 320.37º 0.96% 0.44% -
HSV(B) 320.37º 0.98% 0.86% -
XYZ 34.45 17.22 28.7 -
YUV 84.47 162.73 223.95 -
System Red Green Blue C M Y K H S L
Decimal 219 4 146 0 0.98 0.33 0.14 320.37 0.96 0.44
Hex DB 4 92 0 62 21 E 140 60 2C
Octal 333 4 222 0 142 41 16 500 140 54
Binary 11011011 100 10010010 0 1100010 100001 1110 101000000 1100000 101100

Color Harmonies of #DB0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0492

Black with #DB0492

Text Example


Text Example

White with #DB0492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0492; }

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

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

background-color css

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

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

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

border-color css

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

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

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