Html Css Color HEX #DB127F Medium Violet Red

📋 copy color: '#DB127F'

red 219 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #DB127F

Tints of Medium Violet Red #DB127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 60.16%
G = 4.95%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB127F (or 0xDB127F) is known color: Medium Violet Red. HEX triplet: DB, 12 and 7F. RGB value is (219,18,127). Sum of RGB (Red+Green+Blue) = 219+18+127=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB127F is #24ED80. Grayscale: #5A5A5A. Windows color (decimal): -2420097 or 8327899. OLE color: 8327899.

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

Color convert

RGB 219 18 127 -
CMYK 0 0.92 0.42 0.14
HSL 327.46º 0.85% 0.46% -
HSV(B) 327.46º 0.92% 0.86% -
XYZ 33.26 17.02 21.61 -
YUV 90.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 219 18 127 0 0.92 0.42 0.14 327.46 0.85 0.46
Hex DB 12 7F 0 5C 2A E 147 55 2E
Octal 333 22 177 0 134 52 16 507 125 56
Binary 11011011 10010 1111111 0 1011100 101010 1110 101000111 1010101 101110

Color Harmonies of #DB127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB127F

Black with #DB127F

Text Example


Text Example

White with #DB127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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