Html Css Color HEX #DB1098 Medium Violet Red

📋 copy color: '#DB1098'

red 219 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #DB1098

Tints of Medium Violet Red #DB1098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.13%

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

R = 56.59%
G = 4.13%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB1098 (or 0xDB1098) is known color: Medium Violet Red. HEX triplet: DB, 10 and 98. RGB value is (219,16,152). Sum of RGB (Red+Green+Blue) = 219+16+152=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1098 is #24EF67. Grayscale: #5B5B5B. Windows color (decimal): -2420584 or 9965787. OLE color: 9965787.

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

Color convert

RGB 219 16 152 -
CMYK 0 0.93 0.31 0.14
HSL 319.8º 0.86% 0.46% -
HSV(B) 319.8º 0.93% 0.86% -
XYZ 35.07 17.7 31.27 -
YUV 92.2 161.75 218.44 -
System Red Green Blue C M Y K H S L
Decimal 219 16 152 0 0.93 0.31 0.14 319.8 0.86 0.46
Hex DB 10 98 0 5D 1F E 140 56 2E
Octal 333 20 230 0 135 37 16 500 126 56
Binary 11011011 10000 10011000 0 1011101 11111 1110 101000000 1010110 101110

Color Harmonies of #DB1098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1098

Black with #DB1098

Text Example


Text Example

White with #DB1098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1098; }

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

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

background-color css

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

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

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

border-color css

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

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

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