Html Css Color HEX #D21EA4 Medium Violet Red

📋 copy color: '#D21EA4'

red 210 ◦ green 30 ◦ blue 164

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

Shades of Medium Violet Red #D21EA4

Tints of Medium Violet Red #D21EA4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.43%

 BLUE value IS 164 (64.45% from 255) = 40.59%

R = 51.98%
G = 7.43%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D21EA4 (or 0xD21EA4) is known color: Medium Violet Red. HEX triplet: D2, 1E and A4. RGB value is (210,30,164). Sum of RGB (Red+Green+Blue) = 210+30+164=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21EA4 is #2DE15B. Grayscale: #626262. Windows color (decimal): -3006812 or 10755794. OLE color: 10755794.

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

Color convert

RGB 210 30 164 -
CMYK 0 0.86 0.22 0.18
HSL 315.33º 0.75% 0.47% -
HSV(B) 315.33º 0.86% 0.82% -
XYZ 33.74 17.31 36.68 -
YUV 99.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 210 30 164 0 0.86 0.22 0.18 315.33 0.75 0.47
Hex D2 1E A4 0 56 16 12 13B 4B 2F
Octal 322 36 244 0 126 26 22 473 113 57
Binary 11010010 11110 10100100 0 1010110 10110 10010 100111011 1001011 101111

Color Harmonies of #D21EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EA4

Black with #D21EA4

Text Example


Text Example

White with #D21EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EA4; }

 p { color: rgb(210,30,164); }

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

background-color css

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

 a { background-color: rgb(210,30,164); }

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

border-color css

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

 span { border-color: rgb(210,30,164); }

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