Html Css Color HEX #DB1FD3 Deep Magenta

📋 copy color: '#DB1FD3'

red 219 ◦ green 31 ◦ blue 211

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

Shades of Deep Magenta #DB1FD3

Tints of Deep Magenta #DB1FD3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.72%

 BLUE value IS 211 (82.81% from 255) = 45.77%

R = 47.51%
G = 6.72%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB1FD3 (or 0xDB1FD3) is known color: Deep Magenta. HEX triplet: DB, 1F and D3. RGB value is (219,31,211). Sum of RGB (Red+Green+Blue) = 219+31+211=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FD3 is #24E02C. Grayscale: #6B6B6B. Windows color (decimal): -2416685 or 13836251. OLE color: 13836251.

HSL color Cylindrical-coordinate representation of color #DB1FD3: hue angle of 302.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1FD3 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 31 211 -
CMYK 0 0.86 0.04 0.14
HSL 302.55º 0.75% 0.49% -
HSV(B) 302.55º 0.86% 0.86% -
XYZ 41.46 20.74 63.45 -
YUV 107.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 219 31 211 0 0.86 0.04 0.14 302.55 0.75 0.49
Hex DB 1F D3 0 56 4 E 12F 4B 31
Octal 333 37 323 0 126 4 16 457 113 61
Binary 11011011 11111 11010011 0 1010110 100 1110 100101111 1001011 110001

Color Harmonies of #DB1FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FD3

Black with #DB1FD3

Text Example


Text Example

White with #DB1FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FD3; }

 p { color: rgb(219,31,211); }

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

background-color css

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

 a { background-color: rgb(219,31,211); }

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

border-color css

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

 span { border-color: rgb(219,31,211); }

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