Html Css Color HEX #D21FAE Medium Violet Red

📋 copy color: '#D21FAE'

red 210 ◦ green 31 ◦ blue 174

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

Shades of Medium Violet Red #D21FAE

Tints of Medium Violet Red #D21FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 50.6%
G = 7.47%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D21FAE (or 0xD21FAE) is known color: Medium Violet Red. HEX triplet: D2, 1F and AE. RGB value is (210,31,174). Sum of RGB (Red+Green+Blue) = 210+31+174=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FAE is #2DE051. Grayscale: #646464. Windows color (decimal): -3006546 or 11411410. OLE color: 11411410.

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

Color convert

RGB 210 31 174 -
CMYK 0 0.85 0.17 0.18
HSL 312.07º 0.74% 0.47% -
HSV(B) 312.07º 0.85% 0.82% -
XYZ 34.71 17.74 41.64 -
YUV 100.82 169.3 205.87 -
System Red Green Blue C M Y K H S L
Decimal 210 31 174 0 0.85 0.17 0.18 312.07 0.74 0.47
Hex D2 1F AE 0 55 11 12 138 4A 2F
Octal 322 37 256 0 125 21 22 470 112 57
Binary 11010010 11111 10101110 0 1010101 10001 10010 100111000 1001010 101111

Color Harmonies of #D21FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FAE

Black with #D21FAE

Text Example


Text Example

White with #D21FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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