Html Css Color HEX #D21E9A Medium Violet Red

📋 copy color: '#D21E9A'

red 210 ◦ green 30 ◦ blue 154

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

Shades of Medium Violet Red #D21E9A

Tints of Medium Violet Red #D21E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 53.3%
G = 7.61%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D21E9A (or 0xD21E9A) is known color: Medium Violet Red. HEX triplet: D2, 1E and 9A. RGB value is (210,30,154). Sum of RGB (Red+Green+Blue) = 210+30+154=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21E9A is #2DE165. Grayscale: #616161. Windows color (decimal): -3006822 or 10100434. OLE color: 10100434.

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

Color convert

RGB 210 30 154 -
CMYK 0 0.86 0.27 0.18
HSL 318.67º 0.75% 0.47% -
HSV(B) 318.67º 0.86% 0.82% -
XYZ 32.88 16.96 32.11 -
YUV 97.96 159.63 207.92 -
System Red Green Blue C M Y K H S L
Decimal 210 30 154 0 0.86 0.27 0.18 318.67 0.75 0.47
Hex D2 1E 9A 0 56 1B 12 13F 4B 2F
Octal 322 36 232 0 126 33 22 477 113 57
Binary 11010010 11110 10011010 0 1010110 11011 10010 100111111 1001011 101111

Color Harmonies of #D21E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E9A

Black with #D21E9A

Text Example


Text Example

White with #D21E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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