Html Css Color HEX #D11ACD Deep Magenta

📋 copy color: '#D11ACD'

red 209 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #D11ACD

Tints of Deep Magenta #D11ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.91%

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 47.5%
G = 5.91%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D11ACD (or 0xD11ACD) is known color: Deep Magenta. HEX triplet: D1, 1A and CD. RGB value is (209,26,205). Sum of RGB (Red+Green+Blue) = 209+26+205=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ACD is #2EE532. Grayscale: #646464. Windows color (decimal): -3073331 or 13441745. OLE color: 13441745.

HSL color Cylindrical-coordinate representation of color #D11ACD: hue angle of 301.31º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11ACD is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 205 -
CMYK 0 0.88 0.02 0.18
HSL 301.31º 0.78% 0.46% -
HSV(B) 301.31º 0.88% 0.82% -
XYZ 37.68 18.7 59.38 -
YUV 101.12 186.63 204.95 -
System Red Green Blue C M Y K H S L
Decimal 209 26 205 0 0.88 0.02 0.18 301.31 0.78 0.46
Hex D1 1A CD 0 58 2 12 12D 4E 2E
Octal 321 32 315 0 130 2 22 455 116 56
Binary 11010001 11010 11001101 0 1011000 10 10010 100101101 1001110 101110

Color Harmonies of #D11ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ACD

Black with #D11ACD

Text Example


Text Example

White with #D11ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ACD; }

 p { color: rgb(209,26,205); }

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

background-color css

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

 a { background-color: rgb(209,26,205); }

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

border-color css

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

 span { border-color: rgb(209,26,205); }

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