Html Css Color HEX #D21AAB Medium Violet Red

📋 copy color: '#D21AAB'

red 210 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #D21AAB

Tints of Medium Violet Red #D21AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.39%

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

R = 51.6%
G = 6.39%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D21AAB (or 0xD21AAB) is known color: Medium Violet Red. HEX triplet: D2, 1A and AB. RGB value is (210,26,171). Sum of RGB (Red+Green+Blue) = 210+26+171=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21AAB is #2DE554. Grayscale: #616161. Windows color (decimal): -3007829 or 11213522. OLE color: 11213522.

HSL color Cylindrical-coordinate representation of color #D21AAB: hue angle of 312.72º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21AAB is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 26 171 -
CMYK 0 0.88 0.19 0.18
HSL 312.72º 0.78% 0.46% -
HSV(B) 312.72º 0.88% 0.82% -
XYZ 34.3 17.38 40.08 -
YUV 97.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 210 26 171 0 0.88 0.19 0.18 312.72 0.78 0.46
Hex D2 1A AB 0 58 13 12 139 4E 2E
Octal 322 32 253 0 130 23 22 471 116 56
Binary 11010010 11010 10101011 0 1011000 10011 10010 100111001 1001110 101110

Color Harmonies of #D21AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21AAB

Black with #D21AAB

Text Example


Text Example

White with #D21AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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