Html Css Color HEX #DB0892 Medium Violet Red

📋 copy color: '#DB0892'

red 219 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #DB0892

Tints of Medium Violet Red #DB0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

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

R = 58.71%
G = 2.14%
B = 39.14%

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

#DB0892 (or 0xDB0892) is known color: Medium Violet Red. HEX triplet: DB, 08 and 92. RGB value is (219,8,146). Sum of RGB (Red+Green+Blue) = 219+8+146=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0892 is #24F76D. Grayscale: #565656. Windows color (decimal): -2422638 or 9570523. OLE color: 9570523.

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

Color convert

RGB 219 8 146 -
CMYK 0 0.96 0.33 0.14
HSL 320.76º 0.93% 0.45% -
HSV(B) 320.76º 0.96% 0.86% -
XYZ 34.49 17.31 28.72 -
YUV 86.82 161.4 222.28 -
System Red Green Blue C M Y K H S L
Decimal 219 8 146 0 0.96 0.33 0.14 320.76 0.93 0.45
Hex DB 8 92 0 60 21 E 141 5D 2D
Octal 333 10 222 0 140 41 16 501 135 55
Binary 11011011 1000 10010010 0 1100000 100001 1110 101000001 1011101 101101

Color Harmonies of #DB0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0892

Black with #DB0892

Text Example


Text Example

White with #DB0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0892; }

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

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

background-color css

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

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

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

border-color css

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

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

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