Html Css Color HEX #D211A2 Medium Violet Red

📋 copy color: '#D211A2'

red 210 ◦ green 17 ◦ blue 162

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

Shades of Medium Violet Red #D211A2

Tints of Medium Violet Red #D211A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.65%

R = 53.98%
G = 4.37%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D211A2 (or 0xD211A2) is known color: Medium Violet Red. HEX triplet: D2, 11 and A2. RGB value is (210,17,162). Sum of RGB (Red+Green+Blue) = 210+17+162=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D211A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211A2 is #2DEE5D. Grayscale: #5A5A5A. Windows color (decimal): -3010142 or 10621394. OLE color: 10621394.

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

Color convert

RGB 210 17 162 -
CMYK 0 0.92 0.23 0.18
HSL 314.92º 0.85% 0.45% -
HSV(B) 314.92º 0.92% 0.82% -
XYZ 33.3 16.71 35.65 -
YUV 91.24 167.94 212.71 -
System Red Green Blue C M Y K H S L
Decimal 210 17 162 0 0.92 0.23 0.18 314.92 0.85 0.45
Hex D2 11 A2 0 5C 17 12 13B 55 2D
Octal 322 21 242 0 134 27 22 473 125 55
Binary 11010010 10001 10100010 0 1011100 10111 10010 100111011 1010101 101101

Color Harmonies of #D211A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211A2

Black with #D211A2

Text Example


Text Example

White with #D211A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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