Html Css Color HEX #D21881 Medium Violet Red

📋 copy color: '#D21881'

red 210 ◦ green 24 ◦ blue 129

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

Shades of Medium Violet Red #D21881

Tints of Medium Violet Red #D21881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 57.85%
G = 6.61%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D21881 (or 0xD21881) is known color: Medium Violet Red. HEX triplet: D2, 18 and 81. RGB value is (210,24,129). Sum of RGB (Red+Green+Blue) = 210+24+129=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D21881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21881 is #2DE77E. Grayscale: #5B5B5B. Windows color (decimal): -3008383 or 8460498. OLE color: 8460498.

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

Color convert

RGB 210 24 129 -
CMYK 0 0.89 0.39 0.18
HSL 326.13º 0.79% 0.46% -
HSV(B) 326.13º 0.89% 0.82% -
XYZ 30.87 15.94 22.22 -
YUV 91.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 210 24 129 0 0.89 0.39 0.18 326.13 0.79 0.46
Hex D2 18 81 0 59 27 12 146 4F 2E
Octal 322 30 201 0 131 47 22 506 117 56
Binary 11010010 11000 10000001 0 1011001 100111 10010 101000110 1001111 101110

Color Harmonies of #D21881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21881

Black with #D21881

Text Example


Text Example

White with #D21881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21881; }

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

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

background-color css

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

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

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

border-color css

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

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

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