Html Css Color HEX #D11CCA Deep Magenta

📋 copy color: '#D11CCA'

red 209 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #D11CCA

Tints of Deep Magenta #D11CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 47.61%
G = 6.38%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D11CCA (or 0xD11CCA) is known color: Deep Magenta. HEX triplet: D1, 1C and CA. RGB value is (209,28,202). Sum of RGB (Red+Green+Blue) = 209+28+202=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CCA is #2EE335. Grayscale: #656565. Windows color (decimal): -3072822 or 13245649. OLE color: 13245649.

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

Color convert

RGB 209 28 202 -
CMYK 0 0.87 0.03 0.18
HSL 302.32º 0.76% 0.46% -
HSV(B) 302.32º 0.87% 0.82% -
XYZ 37.37 18.65 57.51 -
YUV 101.96 184.47 204.35 -
System Red Green Blue C M Y K H S L
Decimal 209 28 202 0 0.87 0.03 0.18 302.32 0.76 0.46
Hex D1 1C CA 0 57 3 12 12E 4C 2E
Octal 321 34 312 0 127 3 22 456 114 56
Binary 11010001 11100 11001010 0 1010111 11 10010 100101110 1001100 101110

Color Harmonies of #D11CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CCA

Black with #D11CCA

Text Example


Text Example

White with #D11CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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