Html Css Color HEX #DB1798 Medium Violet Red

📋 copy color: '#DB1798'

red 219 ◦ green 23 ◦ blue 152

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

Shades of Medium Violet Red #DB1798

Tints of Medium Violet Red #DB1798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.84%

 BLUE value IS 152 (59.77% from 255) = 38.58%

R = 55.58%
G = 5.84%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB1798 (or 0xDB1798) is known color: Medium Violet Red. HEX triplet: DB, 17 and 98. RGB value is (219,23,152). Sum of RGB (Red+Green+Blue) = 219+23+152=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1798 is #24E867. Grayscale: #5F5F5F. Windows color (decimal): -2418792 or 9967579. OLE color: 9967579.

HSL color Cylindrical-coordinate representation of color #DB1798: hue angle of 320.51º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1798 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 23 152 -
CMYK 0 0.89 0.31 0.14
HSL 320.51º 0.81% 0.47% -
HSV(B) 320.51º 0.89% 0.86% -
XYZ 35.19 17.94 31.31 -
YUV 96.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 219 23 152 0 0.89 0.31 0.14 320.51 0.81 0.47
Hex DB 17 98 0 59 1F E 141 51 2F
Octal 333 27 230 0 131 37 16 501 121 57
Binary 11011011 10111 10011000 0 1011001 11111 1110 101000001 1010001 101111

Color Harmonies of #DB1798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1798

Black with #DB1798

Text Example


Text Example

White with #DB1798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1798; }

 p { color: rgb(219,23,152); }

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

background-color css

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

 a { background-color: rgb(219,23,152); }

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

border-color css

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

 span { border-color: rgb(219,23,152); }

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