Html Css Color HEX #D11FDB Deep Magenta

📋 copy color: '#D11FDB'

red 209 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #D11FDB

Tints of Deep Magenta #D11FDB

RGB

 RED value IS 209 (82.03% from 255) = 45.53%

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 45.53%
G = 6.75%
B = 47.71%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D11FDB (or 0xD11FDB) is known color: Deep Magenta. HEX triplet: D1, 1F and DB. RGB value is (209,31,219). Sum of RGB (Red+Green+Blue) = 209+31+219=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #D11FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FDB is #2EE024. Grayscale: #696969. Windows color (decimal): -3072037 or 14360529. OLE color: 14360529.

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

Color convert

RGB 209 31 219 -
CMYK 0.05 0.86 0 0.14
HSL 296.81º 0.75% 0.49% -
HSV(B) 296.81º 0.86% 0.86% -
XYZ 39.57 19.65 68.73 -
YUV 105.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 209 31 219 0.05 0.86 0 0.14 296.81 0.75 0.49
Hex D1 1F DB 5 56 0 E 129 4B 31
Octal 321 37 333 5 126 0 16 451 113 61
Binary 11010001 11111 11011011 101 1010110 0 1110 100101001 1001011 110001

Color Harmonies of #D11FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FDB

Black with #D11FDB

Text Example


Text Example

White with #D11FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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