Html Css Color HEX #DB1484 Medium Violet Red

📋 copy color: '#DB1484'

red 219 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #DB1484

Tints of Medium Violet Red #DB1484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.39%

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 59.03%
G = 5.39%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB1484 (or 0xDB1484) is known color: Medium Violet Red. HEX triplet: DB, 14 and 84. RGB value is (219,20,132). Sum of RGB (Red+Green+Blue) = 219+20+132=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1484 is #24EB7B. Grayscale: #5C5C5C. Windows color (decimal): -2419580 or 8656091. OLE color: 8656091.

HSL color Cylindrical-coordinate representation of color #DB1484: hue angle of 326.23º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1484 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 132 -
CMYK 0 0.91 0.40 0.14
HSL 326.23º 0.83% 0.47% -
HSV(B) 326.23º 0.91% 0.86% -
XYZ 33.63 17.23 23.38 -
YUV 92.27 150.43 218.39 -
System Red Green Blue C M Y K H S L
Decimal 219 20 132 0 0.91 0.40 0.14 326.23 0.83 0.47
Hex DB 14 84 0 5B 28 E 146 53 2F
Octal 333 24 204 0 133 50 16 506 123 57
Binary 11011011 10100 10000100 0 1011011 101000 1110 101000110 1010011 101111

Color Harmonies of #DB1484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1484

Black with #DB1484

Text Example


Text Example

White with #DB1484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1484; }

 p { color: rgb(219,20,132); }

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

background-color css

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

 a { background-color: rgb(219,20,132); }

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

border-color css

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

 span { border-color: rgb(219,20,132); }

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