Html Css Color HEX #DB1492 Medium Violet Red

📋 copy color: '#DB1492'

red 219 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #DB1492

Tints of Medium Violet Red #DB1492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 56.88%
G = 5.19%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB1492 (or 0xDB1492) is known color: Medium Violet Red. HEX triplet: DB, 14 and 92. RGB value is (219,20,146). Sum of RGB (Red+Green+Blue) = 219+20+146=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1492 is #24EB6D. Grayscale: #5D5D5D. Windows color (decimal): -2419566 or 9573595. OLE color: 9573595.

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

Color convert

RGB 219 20 146 -
CMYK 0 0.91 0.33 0.14
HSL 322.01º 0.83% 0.47% -
HSV(B) 322.01º 0.91% 0.86% -
XYZ 34.65 17.64 28.77 -
YUV 93.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 219 20 146 0 0.91 0.33 0.14 322.01 0.83 0.47
Hex DB 14 92 0 5B 21 E 142 53 2F
Octal 333 24 222 0 133 41 16 502 123 57
Binary 11011011 10100 10010010 0 1011011 100001 1110 101000010 1010011 101111

Color Harmonies of #DB1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1492

Black with #DB1492

Text Example


Text Example

White with #DB1492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1492; }

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

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

background-color css

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

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

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

border-color css

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

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

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