Html Css Color HEX #D11CBA Deep Magenta

📋 copy color: '#D11CBA'

red 209 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #D11CBA

Tints of Deep Magenta #D11CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 49.41%
G = 6.62%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D11CBA (or 0xD11CBA) is known color: Deep Magenta. HEX triplet: D1, 1C and BA. RGB value is (209,28,186). Sum of RGB (Red+Green+Blue) = 209+28+186=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CBA is #2EE345. Grayscale: #636363. Windows color (decimal): -3072838 or 12197073. OLE color: 12197073.

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

Color convert

RGB 209 28 186 -
CMYK 0 0.87 0.11 0.18
HSL 307.62º 0.76% 0.46% -
HSV(B) 307.62º 0.87% 0.82% -
XYZ 35.57 17.93 48.04 -
YUV 100.13 176.47 205.65 -
System Red Green Blue C M Y K H S L
Decimal 209 28 186 0 0.87 0.11 0.18 307.62 0.76 0.46
Hex D1 1C BA 0 57 B 12 134 4C 2E
Octal 321 34 272 0 127 13 22 464 114 56
Binary 11010001 11100 10111010 0 1010111 1011 10010 100110100 1001100 101110

Color Harmonies of #D11CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CBA

Black with #D11CBA

Text Example


Text Example

White with #D11CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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