Html Css Color HEX #DB0992 Medium Violet Red

📋 copy color: '#DB0992'

red 219 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #DB0992

Tints of Medium Violet Red #DB0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

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

R = 58.56%
G = 2.41%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB0992 (or 0xDB0992) is known color: Medium Violet Red. HEX triplet: DB, 09 and 92. RGB value is (219,9,146). Sum of RGB (Red+Green+Blue) = 219+9+146=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0992 is #24F66D. Grayscale: #575757. Windows color (decimal): -2422382 or 9570779. OLE color: 9570779.

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

Color convert

RGB 219 9 146 -
CMYK 0 0.96 0.33 0.14
HSL 320.86º 0.92% 0.45% -
HSV(B) 320.86º 0.96% 0.86% -
XYZ 34.5 17.33 28.72 -
YUV 87.41 161.07 221.86 -
System Red Green Blue C M Y K H S L
Decimal 219 9 146 0 0.96 0.33 0.14 320.86 0.92 0.45
Hex DB 9 92 0 60 21 E 141 5C 2D
Octal 333 11 222 0 140 41 16 501 134 55
Binary 11011011 1001 10010010 0 1100000 100001 1110 101000001 1011100 101101

Color Harmonies of #DB0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0992

Black with #DB0992

Text Example


Text Example

White with #DB0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0992; }

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

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

background-color css

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

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

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

border-color css

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

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

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