Html Css Color HEX #DB1297 Medium Violet Red

📋 copy color: '#DB1297'

red 219 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #DB1297

Tints of Medium Violet Red #DB1297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.64%

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

R = 56.44%
G = 4.64%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB1297 (or 0xDB1297) is known color: Medium Violet Red. HEX triplet: DB, 12 and 97. RGB value is (219,18,151). Sum of RGB (Red+Green+Blue) = 219+18+151=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1297 is #24ED68. Grayscale: #5C5C5C. Windows color (decimal): -2420073 or 9900763. OLE color: 9900763.

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

Color convert

RGB 219 18 151 -
CMYK 0 0.92 0.31 0.14
HSL 320.3º 0.85% 0.46% -
HSV(B) 320.3º 0.92% 0.86% -
XYZ 35.02 17.73 30.85 -
YUV 93.26 160.59 217.69 -
System Red Green Blue C M Y K H S L
Decimal 219 18 151 0 0.92 0.31 0.14 320.3 0.85 0.46
Hex DB 12 97 0 5C 1F E 140 55 2E
Octal 333 22 227 0 134 37 16 500 125 56
Binary 11011011 10010 10010111 0 1011100 11111 1110 101000000 1010101 101110

Color Harmonies of #DB1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1297

Black with #DB1297

Text Example


Text Example

White with #DB1297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1297; }

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

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

background-color css

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

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

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

border-color css

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

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

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