Html Css Color HEX #D211A8 Medium Violet Red

📋 copy color: '#D211A8'

red 210 ◦ green 17 ◦ blue 168

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

Shades of Medium Violet Red #D211A8

Tints of Medium Violet Red #D211A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 53.16%
G = 4.3%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D211A8 (or 0xD211A8) is known color: Medium Violet Red. HEX triplet: D2, 11 and A8. RGB value is (210,17,168). Sum of RGB (Red+Green+Blue) = 210+17+168=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D211A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211A8 is #2DEE57. Grayscale: #5B5B5B. Windows color (decimal): -3010136 or 11014610. OLE color: 11014610.

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

Color convert

RGB 210 17 168 -
CMYK 0 0.92 0.2 0.18
HSL 313.06º 0.85% 0.45% -
HSV(B) 313.06º 0.92% 0.82% -
XYZ 33.85 16.93 38.53 -
YUV 91.92 170.94 212.22 -
System Red Green Blue C M Y K H S L
Decimal 210 17 168 0 0.92 0.2 0.18 313.06 0.85 0.45
Hex D2 11 A8 0 5C 14 12 139 55 2D
Octal 322 21 250 0 134 24 22 471 125 55
Binary 11010010 10001 10101000 0 1011100 10100 10010 100111001 1010101 101101

Color Harmonies of #D211A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211A8

Black with #D211A8

Text Example


Text Example

White with #D211A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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