Html Css Color HEX #DB1C98 Medium Violet Red

📋 copy color: '#DB1C98'

red 219 ◦ green 28 ◦ blue 152

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

Shades of Medium Violet Red #DB1C98

Tints of Medium Violet Red #DB1C98

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

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

R = 54.89%
G = 7.02%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB1C98 (or 0xDB1C98) is known color: Medium Violet Red. HEX triplet: DB, 1C and 98. RGB value is (219,28,152). Sum of RGB (Red+Green+Blue) = 219+28+152=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C98 is #24E367. Grayscale: #626262. Windows color (decimal): -2417512 or 9968859. OLE color: 9968859.

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

Color convert

RGB 219 28 152 -
CMYK 0 0.87 0.31 0.14
HSL 321.05º 0.77% 0.48% -
HSV(B) 321.05º 0.87% 0.86% -
XYZ 35.3 18.16 31.35 -
YUV 99.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 219 28 152 0 0.87 0.31 0.14 321.05 0.77 0.48
Hex DB 1C 98 0 57 1F E 141 4D 30
Octal 333 34 230 0 127 37 16 501 115 60
Binary 11011011 11100 10011000 0 1010111 11111 1110 101000001 1001101 110000

Color Harmonies of #DB1C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C98

Black with #DB1C98

Text Example


Text Example

White with #DB1C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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