Html Css Color HEX #D21EAB Medium Violet Red

📋 copy color: '#D21EAB'

red 210 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #D21EAB

Tints of Medium Violet Red #D21EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 51.09%
G = 7.3%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D21EAB (or 0xD21EAB) is known color: Medium Violet Red. HEX triplet: D2, 1E and AB. RGB value is (210,30,171). Sum of RGB (Red+Green+Blue) = 210+30+171=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21EAB is #2DE154. Grayscale: #636363. Windows color (decimal): -3006805 or 11214546. OLE color: 11214546.

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

Color convert

RGB 210 30 171 -
CMYK 0 0.86 0.19 0.18
HSL 313º 0.75% 0.47% -
HSV(B) 313º 0.86% 0.82% -
XYZ 34.39 17.57 40.11 -
YUV 99.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 210 30 171 0 0.86 0.19 0.18 313 0.75 0.47
Hex D2 1E AB 0 56 13 12 139 4B 2F
Octal 322 36 253 0 126 23 22 471 113 57
Binary 11010010 11110 10101011 0 1010110 10011 10010 100111001 1001011 101111

Color Harmonies of #D21EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EAB

Black with #D21EAB

Text Example


Text Example

White with #D21EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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