Html Css Color HEX #DB127C Medium Violet Red

📋 copy color: '#DB127C'

red 219 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #DB127C

Tints of Medium Violet Red #DB127C

RGB

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

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

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

R = 60.66%
G = 4.99%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB127C (or 0xDB127C) is known color: Medium Violet Red. HEX triplet: DB, 12 and 7C. RGB value is (219,18,124). Sum of RGB (Red+Green+Blue) = 219+18+124=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB127C is #24ED83. Grayscale: #595959. Windows color (decimal): -2420100 or 8131291. OLE color: 8131291.

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

Color convert

RGB 219 18 124 -
CMYK 0 0.92 0.43 0.14
HSL 328.36º 0.85% 0.46% -
HSV(B) 328.36º 0.92% 0.86% -
XYZ 33.07 16.95 20.6 -
YUV 90.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 219 18 124 0 0.92 0.43 0.14 328.36 0.85 0.46
Hex DB 12 7C 0 5C 2B E 148 55 2E
Octal 333 22 174 0 134 53 16 510 125 56
Binary 11011011 10010 1111100 0 1011100 101011 1110 101001000 1010101 101110

Color Harmonies of #DB127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB127C

Black with #DB127C

Text Example


Text Example

White with #DB127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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