Html Css Color HEX #D11CCD Deep Magenta

📋 copy color: '#D11CCD'

red 209 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #D11CCD

Tints of Deep Magenta #D11CCD

RGB

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

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

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

R = 47.29%
G = 6.33%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D11CCD (or 0xD11CCD) is known color: Deep Magenta. HEX triplet: D1, 1C and CD. RGB value is (209,28,205). Sum of RGB (Red+Green+Blue) = 209+28+205=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CCD is #2EE332. Grayscale: #656565. Windows color (decimal): -3072819 or 13442257. OLE color: 13442257.

HSL color Cylindrical-coordinate representation of color #D11CCD: hue angle of 301.33º 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 #D11CCD is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 28 205 -
CMYK 0 0.87 0.02 0.18
HSL 301.33º 0.76% 0.46% -
HSV(B) 301.33º 0.87% 0.82% -
XYZ 37.73 18.79 59.4 -
YUV 102.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 209 28 205 0 0.87 0.02 0.18 301.33 0.76 0.46
Hex D1 1C CD 0 57 2 12 12D 4C 2E
Octal 321 34 315 0 127 2 22 455 114 56
Binary 11010001 11100 11001101 0 1010111 10 10010 100101101 1001100 101110

Color Harmonies of #D11CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CCD

Black with #D11CCD

Text Example


Text Example

White with #D11CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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