Html Css Color HEX #D11BDD Deep Magenta

📋 copy color: '#D11BDD'

red 209 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #D11BDD

Tints of Deep Magenta #D11BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 45.73%
G = 5.91%
B = 48.36%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D11BDD (or 0xD11BDD) is known color: Deep Magenta. HEX triplet: D1, 1B and DD. RGB value is (209,27,221). Sum of RGB (Red+Green+Blue) = 209+27+221=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #D11BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BDD is #2EE422. Grayscale: #666666. Windows color (decimal): -3073059 or 14490577. OLE color: 14490577.

HSL color Cylindrical-coordinate representation of color #D11BDD: hue angle of 296.29º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11BDD is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 27 221 -
CMYK 0.05 0.88 0 0.13
HSL 296.29º 0.78% 0.49% -
HSV(B) 296.29º 0.88% 0.87% -
XYZ 39.74 19.56 70.09 -
YUV 103.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 209 27 221 0.05 0.88 0 0.13 296.29 0.78 0.49
Hex D1 1B DD 5 58 0 D 128 4E 31
Octal 321 33 335 5 130 0 15 450 116 61
Binary 11010001 11011 11011101 101 1011000 0 1101 100101000 1001110 110001

Color Harmonies of #D11BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11BDD

Black with #D11BDD

Text Example


Text Example

White with #D11BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11BDD; }

 p { color: rgb(209,27,221); }

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

background-color css

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

 a { background-color: rgb(209,27,221); }

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

border-color css

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

 span { border-color: rgb(209,27,221); }

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