Html Css Color HEX #D11CB2 Deep Magenta

📋 copy color: '#D11CB2'

red 209 ◦ green 28 ◦ blue 178

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

Shades of Deep Magenta #D11CB2

Tints of Deep Magenta #D11CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.89%

R = 50.36%
G = 6.75%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D11CB2 (or 0xD11CB2) is known color: Deep Magenta. HEX triplet: D1, 1C and B2. RGB value is (209,28,178). Sum of RGB (Red+Green+Blue) = 209+28+178=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CB2 is #2EE34D. Grayscale: #626262. Windows color (decimal): -3072846 or 11672785. OLE color: 11672785.

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

Color convert

RGB 209 28 178 -
CMYK 0 0.87 0.15 0.18
HSL 310.28º 0.76% 0.46% -
HSV(B) 310.28º 0.87% 0.82% -
XYZ 34.75 17.6 43.69 -
YUV 99.22 172.47 206.3 -
System Red Green Blue C M Y K H S L
Decimal 209 28 178 0 0.87 0.15 0.18 310.28 0.76 0.46
Hex D1 1C B2 0 57 F 12 136 4C 2E
Octal 321 34 262 0 127 17 22 466 114 56
Binary 11010001 11100 10110010 0 1010111 1111 10010 100110110 1001100 101110

Color Harmonies of #D11CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CB2

Black with #D11CB2

Text Example


Text Example

White with #D11CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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