Html Css Color HEX #D213AA Medium Violet Red

📋 copy color: '#D213AA'

red 210 ◦ green 19 ◦ blue 170

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

Shades of Medium Violet Red #D213AA

Tints of Medium Violet Red #D213AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.76%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 52.63%
G = 4.76%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D213AA (or 0xD213AA) is known color: Medium Violet Red. HEX triplet: D2, 13 and AA. RGB value is (210,19,170). Sum of RGB (Red+Green+Blue) = 210+19+170=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D213AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D213AA is #2DEC55. Grayscale: #5C5C5C. Windows color (decimal): -3009622 or 11146194. OLE color: 11146194.

HSL color Cylindrical-coordinate representation of color #D213AA: hue angle of 312.57º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D213AA is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 19 170 -
CMYK 0 0.91 0.19 0.18
HSL 312.57º 0.83% 0.45% -
HSV(B) 312.57º 0.91% 0.82% -
XYZ 34.07 17.07 39.53 -
YUV 93.32 171.28 211.22 -
System Red Green Blue C M Y K H S L
Decimal 210 19 170 0 0.91 0.19 0.18 312.57 0.83 0.45
Hex D2 13 AA 0 5B 13 12 139 53 2D
Octal 322 23 252 0 133 23 22 471 123 55
Binary 11010010 10011 10101010 0 1011011 10011 10010 100111001 1010011 101101

Color Harmonies of #D213AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213AA

Black with #D213AA

Text Example


Text Example

White with #D213AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213AA; }

 p { color: rgb(210,19,170); }

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

background-color css

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

 a { background-color: rgb(210,19,170); }

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

border-color css

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

 span { border-color: rgb(210,19,170); }

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