Html Css Color HEX #D21A97 Medium Violet Red

📋 copy color: '#D21A97'

red 210 ◦ green 26 ◦ blue 151

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

Shades of Medium Violet Red #D21A97

Tints of Medium Violet Red #D21A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 54.26%
G = 6.72%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D21A97 (or 0xD21A97) is known color: Medium Violet Red. HEX triplet: D2, 1A and 97. RGB value is (210,26,151). Sum of RGB (Red+Green+Blue) = 210+26+151=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A97 is #2DE568. Grayscale: #5E5E5E. Windows color (decimal): -3007849 or 9902802. OLE color: 9902802.

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

Color convert

RGB 210 26 151 -
CMYK 0 0.88 0.28 0.18
HSL 319.24º 0.78% 0.46% -
HSV(B) 319.24º 0.88% 0.82% -
XYZ 32.53 16.67 30.78 -
YUV 95.27 159.46 209.84 -
System Red Green Blue C M Y K H S L
Decimal 210 26 151 0 0.88 0.28 0.18 319.24 0.78 0.46
Hex D2 1A 97 0 58 1C 12 13F 4E 2E
Octal 322 32 227 0 130 34 22 477 116 56
Binary 11010010 11010 10010111 0 1011000 11100 10010 100111111 1001110 101110

Color Harmonies of #D21A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A97

Black with #D21A97

Text Example


Text Example

White with #D21A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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