Html Css Color HEX #DB1398 Medium Violet Red

📋 copy color: '#DB1398'

red 219 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #DB1398

Tints of Medium Violet Red #DB1398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 56.15%
G = 4.87%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB1398 (or 0xDB1398) is known color: Medium Violet Red. HEX triplet: DB, 13 and 98. RGB value is (219,19,152). Sum of RGB (Red+Green+Blue) = 219+19+152=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1398 is #24EC67. Grayscale: #5D5D5D. Windows color (decimal): -2419816 or 9966555. OLE color: 9966555.

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

Color convert

RGB 219 19 152 -
CMYK 0 0.91 0.31 0.14
HSL 320.1º 0.84% 0.47% -
HSV(B) 320.1º 0.91% 0.86% -
XYZ 35.11 17.79 31.29 -
YUV 93.96 160.76 217.19 -
System Red Green Blue C M Y K H S L
Decimal 219 19 152 0 0.91 0.31 0.14 320.1 0.84 0.47
Hex DB 13 98 0 5B 1F E 140 54 2F
Octal 333 23 230 0 133 37 16 500 124 57
Binary 11011011 10011 10011000 0 1011011 11111 1110 101000000 1010100 101111

Color Harmonies of #DB1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1398

Black with #DB1398

Text Example


Text Example

White with #DB1398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1398; }

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

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

background-color css

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

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

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

border-color css

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

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

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