Html Css Color HEX #D211BB Deep Magenta

📋 copy color: '#D211BB'

red 210 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #D211BB

Tints of Deep Magenta #D211BB

RGB

 RED value IS 210 (82.42% from 255) = 50.72%

 GREEN value IS 17 (7.03% from 255) = 4.11%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 50.72%
G = 4.11%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D211BB (or 0xD211BB) is known color: Deep Magenta. HEX triplet: D2, 11 and BB. RGB value is (210,17,187). Sum of RGB (Red+Green+Blue) = 210+17+187=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D211BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211BB is #2DEE44. Grayscale: #5D5D5D. Windows color (decimal): -3010117 or 12259794. OLE color: 12259794.

HSL color Cylindrical-coordinate representation of color #D211BB: hue angle of 307.15º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211BB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 187 -
CMYK 0 0.92 0.11 0.18
HSL 307.15º 0.85% 0.45% -
HSV(B) 307.15º 0.92% 0.82% -
XYZ 35.75 17.69 48.54 -
YUV 94.09 180.44 210.68 -
System Red Green Blue C M Y K H S L
Decimal 210 17 187 0 0.92 0.11 0.18 307.15 0.85 0.45
Hex D2 11 BB 0 5C B 12 133 55 2D
Octal 322 21 273 0 134 13 22 463 125 55
Binary 11010010 10001 10111011 0 1011100 1011 10010 100110011 1010101 101101

Color Harmonies of #D211BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211BB

Black with #D211BB

Text Example


Text Example

White with #D211BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211BB; }

 p { color: rgb(210,17,187); }

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

background-color css

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

 a { background-color: rgb(210,17,187); }

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

border-color css

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

 span { border-color: rgb(210,17,187); }

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