Html Css Color HEX #D21FAA Medium Violet Red

📋 copy color: '#D21FAA'

red 210 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #D21FAA

Tints of Medium Violet Red #D21FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.54%

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

R = 51.09%
G = 7.54%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D21FAA (or 0xD21FAA) is known color: Medium Violet Red. HEX triplet: D2, 1F and AA. RGB value is (210,31,170). Sum of RGB (Red+Green+Blue) = 210+31+170=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FAA is #2DE055. Grayscale: #636363. Windows color (decimal): -3006550 or 11149266. OLE color: 11149266.

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

Color convert

RGB 210 31 170 -
CMYK 0 0.85 0.19 0.18
HSL 313.41º 0.74% 0.47% -
HSV(B) 313.41º 0.85% 0.82% -
XYZ 34.32 17.58 39.62 -
YUV 100.37 167.3 206.2 -
System Red Green Blue C M Y K H S L
Decimal 210 31 170 0 0.85 0.19 0.18 313.41 0.74 0.47
Hex D2 1F AA 0 55 13 12 139 4A 2F
Octal 322 37 252 0 125 23 22 471 112 57
Binary 11010010 11111 10101010 0 1010101 10011 10010 100111001 1001010 101111

Color Harmonies of #D21FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FAA

Black with #D21FAA

Text Example


Text Example

White with #D21FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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