Html Css Color HEX #D11CC2 Deep Magenta

📋 copy color: '#D11CC2'

red 209 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #D11CC2

Tints of Deep Magenta #D11CC2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 48.49%
G = 6.5%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D11CC2 (or 0xD11CC2) is known color: Deep Magenta. HEX triplet: D1, 1C and C2. RGB value is (209,28,194). Sum of RGB (Red+Green+Blue) = 209+28+194=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CC2 is #2EE33D. Grayscale: #646464. Windows color (decimal): -3072830 or 12721361. OLE color: 12721361.

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

Color convert

RGB 209 28 194 -
CMYK 0 0.87 0.07 0.18
HSL 304.97º 0.76% 0.46% -
HSV(B) 304.97º 0.87% 0.82% -
XYZ 36.45 18.28 52.65 -
YUV 101.04 180.47 205 -
System Red Green Blue C M Y K H S L
Decimal 209 28 194 0 0.87 0.07 0.18 304.97 0.76 0.46
Hex D1 1C C2 0 57 7 12 131 4C 2E
Octal 321 34 302 0 127 7 22 461 114 56
Binary 11010001 11100 11000010 0 1010111 111 10010 100110001 1001100 101110

Color Harmonies of #D11CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CC2

Black with #D11CC2

Text Example


Text Example

White with #D11CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CC2; }

 p { color: rgb(209,28,194); }

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

background-color css

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

 a { background-color: rgb(209,28,194); }

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

border-color css

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

 span { border-color: rgb(209,28,194); }

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