Html Css Color HEX #D21981 Medium Violet Red

📋 copy color: '#D21981'

red 210 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #D21981

Tints of Medium Violet Red #D21981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.87%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 57.69%
G = 6.87%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D21981 (or 0xD21981) is known color: Medium Violet Red. HEX triplet: D2, 19 and 81. RGB value is (210,25,129). Sum of RGB (Red+Green+Blue) = 210+25+129=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D21981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21981 is #2DE67E. Grayscale: #5B5B5B. Windows color (decimal): -3008127 or 8460754. OLE color: 8460754.

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

Color convert

RGB 210 25 129 -
CMYK 0 0.88 0.39 0.18
HSL 326.27º 0.79% 0.46% -
HSV(B) 326.27º 0.88% 0.82% -
XYZ 30.89 15.98 22.23 -
YUV 92.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 210 25 129 0 0.88 0.39 0.18 326.27 0.79 0.46
Hex D2 19 81 0 58 27 12 146 4F 2E
Octal 322 31 201 0 130 47 22 506 117 56
Binary 11010010 11001 10000001 0 1011000 100111 10010 101000110 1001111 101110

Color Harmonies of #D21981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21981

Black with #D21981

Text Example


Text Example

White with #D21981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21981; }

 p { color: rgb(210,25,129); }

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

background-color css

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

 a { background-color: rgb(210,25,129); }

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

border-color css

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

 span { border-color: rgb(210,25,129); }

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