Html Css Color HEX #DB1A98 Medium Violet Red

📋 copy color: '#DB1A98'

red 219 ◦ green 26 ◦ blue 152

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

Shades of Medium Violet Red #DB1A98

Tints of Medium Violet Red #DB1A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.55%

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

R = 55.16%
G = 6.55%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB1A98 (or 0xDB1A98) is known color: Medium Violet Red. HEX triplet: DB, 1A and 98. RGB value is (219,26,152). Sum of RGB (Red+Green+Blue) = 219+26+152=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1A98 is #24E567. Grayscale: #616161. Windows color (decimal): -2418024 or 9968347. OLE color: 9968347.

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

Color convert

RGB 219 26 152 -
CMYK 0 0.88 0.31 0.14
HSL 320.83º 0.79% 0.48% -
HSV(B) 320.83º 0.88% 0.86% -
XYZ 35.25 18.07 31.33 -
YUV 98.07 158.44 214.25 -
System Red Green Blue C M Y K H S L
Decimal 219 26 152 0 0.88 0.31 0.14 320.83 0.79 0.48
Hex DB 1A 98 0 58 1F E 141 4F 30
Octal 333 32 230 0 130 37 16 501 117 60
Binary 11011011 11010 10011000 0 1011000 11111 1110 101000001 1001111 110000

Color Harmonies of #DB1A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A98

Black with #DB1A98

Text Example


Text Example

White with #DB1A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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