Html Css Color HEX #DB1892 Medium Violet Red

📋 copy color: '#DB1892'

red 219 ◦ green 24 ◦ blue 146

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

Shades of Medium Violet Red #DB1892

Tints of Medium Violet Red #DB1892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.17%

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

R = 56.3%
G = 6.17%
B = 37.53%

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

#DB1892 (or 0xDB1892) is known color: Medium Violet Red. HEX triplet: DB, 18 and 92. RGB value is (219,24,146). Sum of RGB (Red+Green+Blue) = 219+24+146=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1892 is #24E76D. Grayscale: #5F5F5F. Windows color (decimal): -2418542 or 9574619. OLE color: 9574619.

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

Color convert

RGB 219 24 146 -
CMYK 0 0.89 0.33 0.14
HSL 322.46º 0.8% 0.48% -
HSV(B) 322.46º 0.89% 0.86% -
XYZ 34.73 17.79 28.8 -
YUV 96.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 219 24 146 0 0.89 0.33 0.14 322.46 0.8 0.48
Hex DB 18 92 0 59 21 E 142 50 30
Octal 333 30 222 0 131 41 16 502 120 60
Binary 11011011 11000 10010010 0 1011001 100001 1110 101000010 1010000 110000

Color Harmonies of #DB1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1892

Black with #DB1892

Text Example


Text Example

White with #DB1892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1892; }

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

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

background-color css

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

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

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

border-color css

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

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

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