Html Css Color HEX #D11EBD Deep Magenta

📋 copy color: '#D11EBD'

red 209 ◦ green 30 ◦ blue 189

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

Shades of Deep Magenta #D11EBD

Tints of Deep Magenta #D11EBD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.01%

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 48.83%
G = 7.01%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D11EBD (or 0xD11EBD) is known color: Deep Magenta. HEX triplet: D1, 1E and BD. RGB value is (209,30,189). Sum of RGB (Red+Green+Blue) = 209+30+189=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EBD is #2EE142. Grayscale: #656565. Windows color (decimal): -3072323 or 12394193. OLE color: 12394193.

HSL color Cylindrical-coordinate representation of color #D11EBD: hue angle of 306.7º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11EBD is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 30 189 -
CMYK 0 0.86 0.10 0.18
HSL 306.7º 0.75% 0.47% -
HSV(B) 306.7º 0.86% 0.82% -
XYZ 35.94 18.16 49.75 -
YUV 101.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 209 30 189 0 0.86 0.10 0.18 306.7 0.75 0.47
Hex D1 1E BD 0 56 A 12 133 4B 2F
Octal 321 36 275 0 126 12 22 463 113 57
Binary 11010001 11110 10111101 0 1010110 1010 10010 100110011 1001011 101111

Color Harmonies of #D11EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EBD

Black with #D11EBD

Text Example


Text Example

White with #D11EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EBD; }

 p { color: rgb(209,30,189); }

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

background-color css

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

 a { background-color: rgb(209,30,189); }

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

border-color css

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

 span { border-color: rgb(209,30,189); }

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