Html Css Color HEX #DB1A7C Medium Violet Red

📋 copy color: '#DB1A7C'

red 219 ◦ green 26 ◦ blue 124

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

Shades of Medium Violet Red #DB1A7C

Tints of Medium Violet Red #DB1A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 59.35%
G = 7.05%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB1A7C (or 0xDB1A7C) is known color: Medium Violet Red. HEX triplet: DB, 1A and 7C. RGB value is (219,26,124). Sum of RGB (Red+Green+Blue) = 219+26+124=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A7C is #24E583. Grayscale: #5E5E5E. Windows color (decimal): -2418052 or 8133339. OLE color: 8133339.

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

Color convert

RGB 219 26 124 -
CMYK 0 0.88 0.43 0.14
HSL 329.53º 0.79% 0.48% -
HSV(B) 329.53º 0.88% 0.86% -
XYZ 33.22 17.25 20.65 -
YUV 94.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 219 26 124 0 0.88 0.43 0.14 329.53 0.79 0.48
Hex DB 1A 7C 0 58 2B E 14A 4F 30
Octal 333 32 174 0 130 53 16 512 117 60
Binary 11011011 11010 1111100 0 1011000 101011 1110 101001010 1001111 110000

Color Harmonies of #DB1A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A7C

Black with #DB1A7C

Text Example


Text Example

White with #DB1A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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