Html Css Color HEX #DB1298 Medium Violet Red

📋 copy color: '#DB1298'

red 219 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #DB1298

Tints of Medium Violet Red #DB1298

RGB

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

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

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

R = 56.3%
G = 4.63%
B = 39.07%

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

#DB1298 (or 0xDB1298) is known color: Medium Violet Red. HEX triplet: DB, 12 and 98. RGB value is (219,18,152). Sum of RGB (Red+Green+Blue) = 219+18+152=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1298 is #24ED67. Grayscale: #5D5D5D. Windows color (decimal): -2420072 or 9966299. OLE color: 9966299.

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

Color convert

RGB 219 18 152 -
CMYK 0 0.92 0.31 0.14
HSL 320º 0.85% 0.46% -
HSV(B) 320º 0.92% 0.86% -
XYZ 35.1 17.76 31.28 -
YUV 93.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 219 18 152 0 0.92 0.31 0.14 320 0.85 0.46
Hex DB 12 98 0 5C 1F E 140 55 2E
Octal 333 22 230 0 134 37 16 500 125 56
Binary 11011011 10010 10011000 0 1011100 11111 1110 101000000 1010101 101110

Color Harmonies of #DB1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1298

Black with #DB1298

Text Example


Text Example

White with #DB1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1298; }

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

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

background-color css

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

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

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

border-color css

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

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

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