Html Css Color HEX #D21D9F Medium Violet Red

📋 copy color: '#D21D9F'

red 210 ◦ green 29 ◦ blue 159

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

Shades of Medium Violet Red #D21D9F

Tints of Medium Violet Red #D21D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.29%

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

R = 52.76%
G = 7.29%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D21D9F (or 0xD21D9F) is known color: Medium Violet Red. HEX triplet: D2, 1D and 9F. RGB value is (210,29,159). Sum of RGB (Red+Green+Blue) = 210+29+159=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21D9F is #2DE260. Grayscale: #616161. Windows color (decimal): -3007073 or 10427858. OLE color: 10427858.

HSL color Cylindrical-coordinate representation of color #D21D9F: hue angle of 316.91º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D9F is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 29 159 -
CMYK 0 0.86 0.24 0.18
HSL 316.91º 0.76% 0.47% -
HSV(B) 316.91º 0.86% 0.82% -
XYZ 33.28 17.08 34.34 -
YUV 97.94 162.47 207.93 -
System Red Green Blue C M Y K H S L
Decimal 210 29 159 0 0.86 0.24 0.18 316.91 0.76 0.47
Hex D2 1D 9F 0 56 18 12 13D 4C 2F
Octal 322 35 237 0 126 30 22 475 114 57
Binary 11010010 11101 10011111 0 1010110 11000 10010 100111101 1001100 101111

Color Harmonies of #D21D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D9F

Black with #D21D9F

Text Example


Text Example

White with #D21D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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