Html Css Color HEX #DB1BC1 Deep Magenta

📋 copy color: '#DB1BC1'

red 219 ◦ green 27 ◦ blue 193

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

Shades of Deep Magenta #DB1BC1

Tints of Deep Magenta #DB1BC1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

 BLUE value IS 193 (75.78% from 255) = 43.96%

R = 49.89%
G = 6.15%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB1BC1 (or 0xDB1BC1) is known color: Deep Magenta. HEX triplet: DB, 1B and C1. RGB value is (219,27,193). Sum of RGB (Red+Green+Blue) = 219+27+193=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BC1 is #24E43E. Grayscale: #666666. Windows color (decimal): -2417727 or 12655579. OLE color: 12655579.

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

Color convert

RGB 219 27 193 -
CMYK 0 0.88 0.12 0.14
HSL 308.13º 0.78% 0.48% -
HSV(B) 308.13º 0.88% 0.86% -
XYZ 39.23 19.69 52.19 -
YUV 103.33 178.61 210.5 -
System Red Green Blue C M Y K H S L
Decimal 219 27 193 0 0.88 0.12 0.14 308.13 0.78 0.48
Hex DB 1B C1 0 58 C E 134 4E 30
Octal 333 33 301 0 130 14 16 464 116 60
Binary 11011011 11011 11000001 0 1011000 1100 1110 100110100 1001110 110000

Color Harmonies of #DB1BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BC1

Black with #DB1BC1

Text Example


Text Example

White with #DB1BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BC1; }

 p { color: rgb(219,27,193); }

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

background-color css

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

 a { background-color: rgb(219,27,193); }

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

border-color css

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

 span { border-color: rgb(219,27,193); }

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