Html Css Color HEX #D21FAD Medium Violet Red

📋 copy color: '#D21FAD'

red 210 ◦ green 31 ◦ blue 173

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

Shades of Medium Violet Red #D21FAD

Tints of Medium Violet Red #D21FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 50.72%
G = 7.49%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D21FAD (or 0xD21FAD) is known color: Medium Violet Red. HEX triplet: D2, 1F and AD. RGB value is (210,31,173). Sum of RGB (Red+Green+Blue) = 210+31+173=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FAD is #2DE052. Grayscale: #646464. Windows color (decimal): -3006547 or 11345874. OLE color: 11345874.

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

Color convert

RGB 210 31 173 -
CMYK 0 0.85 0.18 0.18
HSL 312.4º 0.74% 0.47% -
HSV(B) 312.4º 0.85% 0.82% -
XYZ 34.61 17.7 41.13 -
YUV 100.71 168.8 205.95 -
System Red Green Blue C M Y K H S L
Decimal 210 31 173 0 0.85 0.18 0.18 312.4 0.74 0.47
Hex D2 1F AD 0 55 12 12 138 4A 2F
Octal 322 37 255 0 125 22 22 470 112 57
Binary 11010010 11111 10101101 0 1010101 10010 10010 100111000 1001010 101111

Color Harmonies of #D21FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FAD

Black with #D21FAD

Text Example


Text Example

White with #D21FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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