Html Css Color HEX #D11AB4 Deep Magenta

📋 copy color: '#D11AB4'

red 209 ◦ green 26 ◦ blue 180

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

Shades of Deep Magenta #D11AB4

Tints of Deep Magenta #D11AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 50.36%
G = 6.27%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D11AB4 (or 0xD11AB4) is known color: Deep Magenta. HEX triplet: D1, 1A and B4. RGB value is (209,26,180). Sum of RGB (Red+Green+Blue) = 209+26+180=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11AB4 is #2EE54B. Grayscale: #616161. Windows color (decimal): -3073356 or 11803345. OLE color: 11803345.

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

Color convert

RGB 209 26 180 -
CMYK 0 0.88 0.14 0.18
HSL 309.51º 0.78% 0.46% -
HSV(B) 309.51º 0.88% 0.82% -
XYZ 34.9 17.59 44.74 -
YUV 98.27 174.13 206.98 -
System Red Green Blue C M Y K H S L
Decimal 209 26 180 0 0.88 0.14 0.18 309.51 0.78 0.46
Hex D1 1A B4 0 58 E 12 136 4E 2E
Octal 321 32 264 0 130 16 22 466 116 56
Binary 11010001 11010 10110100 0 1011000 1110 10010 100110110 1001110 101110

Color Harmonies of #D11AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11AB4

Black with #D11AB4

Text Example


Text Example

White with #D11AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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