Html Css Color HEX #D21A9F Medium Violet Red

📋 copy color: '#D21A9F'

red 210 ◦ green 26 ◦ blue 159

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

Shades of Medium Violet Red #D21A9F

Tints of Medium Violet Red #D21A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 53.16%
G = 6.58%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D21A9F (or 0xD21A9F) is known color: Medium Violet Red. HEX triplet: D2, 1A and 9F. RGB value is (210,26,159). Sum of RGB (Red+Green+Blue) = 210+26+159=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A9F is #2DE560. Grayscale: #5F5F5F. Windows color (decimal): -3007841 or 10427090. OLE color: 10427090.

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

Color convert

RGB 210 26 159 -
CMYK 0 0.88 0.24 0.18
HSL 316.63º 0.78% 0.46% -
HSV(B) 316.63º 0.88% 0.82% -
XYZ 33.21 16.94 34.32 -
YUV 96.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 210 26 159 0 0.88 0.24 0.18 316.63 0.78 0.46
Hex D2 1A 9F 0 58 18 12 13D 4E 2E
Octal 322 32 237 0 130 30 22 475 116 56
Binary 11010010 11010 10011111 0 1011000 11000 10010 100111101 1001110 101110

Color Harmonies of #D21A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A9F

Black with #D21A9F

Text Example


Text Example

White with #D21A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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