Html Css Color HEX #D211B2 Deep Magenta

📋 copy color: '#D211B2'

red 210 ◦ green 17 ◦ blue 178

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

Shades of Deep Magenta #D211B2

Tints of Deep Magenta #D211B2

RGB

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

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

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

R = 51.85%
G = 4.2%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D211B2 (or 0xD211B2) is known color: Deep Magenta. HEX triplet: D2, 11 and B2. RGB value is (210,17,178). Sum of RGB (Red+Green+Blue) = 210+17+178=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D211B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211B2 is #2DEE4D. Grayscale: #5C5C5C. Windows color (decimal): -3010126 or 11669970. OLE color: 11669970.

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

Color convert

RGB 210 17 178 -
CMYK 0 0.92 0.15 0.18
HSL 309.95º 0.85% 0.45% -
HSV(B) 309.95º 0.92% 0.82% -
XYZ 34.81 17.32 43.63 -
YUV 93.06 175.94 211.41 -
System Red Green Blue C M Y K H S L
Decimal 210 17 178 0 0.92 0.15 0.18 309.95 0.85 0.45
Hex D2 11 B2 0 5C F 12 136 55 2D
Octal 322 21 262 0 134 17 22 466 125 55
Binary 11010010 10001 10110010 0 1011100 1111 10010 100110110 1010101 101101

Color Harmonies of #D211B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211B2

Black with #D211B2

Text Example


Text Example

White with #D211B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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