Html Css Color HEX #D21FA1 Medium Violet Red

📋 copy color: '#D21FA1'

red 210 ◦ green 31 ◦ blue 161

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

Shades of Medium Violet Red #D21FA1

Tints of Medium Violet Red #D21FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.05%

R = 52.24%
G = 7.71%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D21FA1 (or 0xD21FA1) is known color: Medium Violet Red. HEX triplet: D2, 1F and A1. RGB value is (210,31,161). Sum of RGB (Red+Green+Blue) = 210+31+161=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FA1 is #2DE05E. Grayscale: #636363. Windows color (decimal): -3006559 or 10559442. OLE color: 10559442.

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

Color convert

RGB 210 31 161 -
CMYK 0 0.85 0.23 0.18
HSL 316.42º 0.74% 0.47% -
HSV(B) 316.42º 0.85% 0.82% -
XYZ 33.5 17.25 35.28 -
YUV 99.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 210 31 161 0 0.85 0.23 0.18 316.42 0.74 0.47
Hex D2 1F A1 0 55 17 12 13C 4A 2F
Octal 322 37 241 0 125 27 22 474 112 57
Binary 11010010 11111 10100001 0 1010101 10111 10010 100111100 1001010 101111

Color Harmonies of #D21FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FA1

Black with #D21FA1

Text Example


Text Example

White with #D21FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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