Html Css Color HEX #DB1397 Medium Violet Red

📋 copy color: '#DB1397'

red 219 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #DB1397

Tints of Medium Violet Red #DB1397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 56.3%
G = 4.88%
B = 38.82%

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

#DB1397 (or 0xDB1397) is known color: Medium Violet Red. HEX triplet: DB, 13 and 97. RGB value is (219,19,151). Sum of RGB (Red+Green+Blue) = 219+19+151=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1397 is #24EC68. Grayscale: #5D5D5D. Windows color (decimal): -2419817 or 9901019. OLE color: 9901019.

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

Color convert

RGB 219 19 151 -
CMYK 0 0.91 0.31 0.14
HSL 320.4º 0.84% 0.47% -
HSV(B) 320.4º 0.91% 0.86% -
XYZ 35.03 17.76 30.86 -
YUV 93.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 219 19 151 0 0.91 0.31 0.14 320.4 0.84 0.47
Hex DB 13 97 0 5B 1F E 140 54 2F
Octal 333 23 227 0 133 37 16 500 124 57
Binary 11011011 10011 10010111 0 1011011 11111 1110 101000000 1010100 101111

Color Harmonies of #DB1397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1397

Black with #DB1397

Text Example


Text Example

White with #DB1397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1397; }

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

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

background-color css

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

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

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

border-color css

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

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

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