Html Css Color HEX #D211A4 Medium Violet Red

📋 copy color: '#D211A4'

red 210 ◦ green 17 ◦ blue 164

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

Shades of Medium Violet Red #D211A4

Tints of Medium Violet Red #D211A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 53.71%
G = 4.35%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D211A4 (or 0xD211A4) is known color: Medium Violet Red. HEX triplet: D2, 11 and A4. RGB value is (210,17,164). Sum of RGB (Red+Green+Blue) = 210+17+164=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D211A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211A4 is #2DEE5B. Grayscale: #5B5B5B. Windows color (decimal): -3010140 or 10752466. OLE color: 10752466.

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

Color convert

RGB 210 17 164 -
CMYK 0 0.92 0.22 0.18
HSL 314.3º 0.85% 0.45% -
HSV(B) 314.3º 0.92% 0.82% -
XYZ 33.48 16.78 36.6 -
YUV 91.47 168.94 212.55 -
System Red Green Blue C M Y K H S L
Decimal 210 17 164 0 0.92 0.22 0.18 314.3 0.85 0.45
Hex D2 11 A4 0 5C 16 12 13A 55 2D
Octal 322 21 244 0 134 26 22 472 125 55
Binary 11010010 10001 10100100 0 1011100 10110 10010 100111010 1010101 101101

Color Harmonies of #D211A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211A4

Black with #D211A4

Text Example


Text Example

White with #D211A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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