Html Css Color HEX #D211A5 Medium Violet Red

📋 copy color: '#D211A5'

red 210 ◦ green 17 ◦ blue 165

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

Shades of Medium Violet Red #D211A5

Tints of Medium Violet Red #D211A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 53.57%
G = 4.34%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D211A5 (or 0xD211A5) is known color: Medium Violet Red. HEX triplet: D2, 11 and A5. RGB value is (210,17,165). Sum of RGB (Red+Green+Blue) = 210+17+165=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D211A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211A5 is #2DEE5A. Grayscale: #5B5B5B. Windows color (decimal): -3010139 or 10818002. OLE color: 10818002.

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

Color convert

RGB 210 17 165 -
CMYK 0 0.92 0.21 0.18
HSL 313.99º 0.85% 0.45% -
HSV(B) 313.99º 0.92% 0.82% -
XYZ 33.57 16.82 37.07 -
YUV 91.58 169.44 212.47 -
System Red Green Blue C M Y K H S L
Decimal 210 17 165 0 0.92 0.21 0.18 313.99 0.85 0.45
Hex D2 11 A5 0 5C 15 12 13A 55 2D
Octal 322 21 245 0 134 25 22 472 125 55
Binary 11010010 10001 10100101 0 1011100 10101 10010 100111010 1010101 101101

Color Harmonies of #D211A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D211A5

Black with #D211A5

Text Example


Text Example

White with #D211A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D211A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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