Html Css Color HEX #D21DA6 Medium Violet Red

📋 copy color: '#D21DA6'

red 210 ◦ green 29 ◦ blue 166

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

Shades of Medium Violet Red #D21DA6

Tints of Medium Violet Red #D21DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 51.85%
G = 7.16%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D21DA6 (or 0xD21DA6) is known color: Medium Violet Red. HEX triplet: D2, 1D and A6. RGB value is (210,29,166). Sum of RGB (Red+Green+Blue) = 210+29+166=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DA6 is #2DE259. Grayscale: #626262. Windows color (decimal): -3007066 or 10886610. OLE color: 10886610.

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

Color convert

RGB 210 29 166 -
CMYK 0 0.86 0.21 0.18
HSL 314.59º 0.76% 0.47% -
HSV(B) 314.59º 0.86% 0.82% -
XYZ 33.9 17.33 37.64 -
YUV 98.74 165.97 207.36 -
System Red Green Blue C M Y K H S L
Decimal 210 29 166 0 0.86 0.21 0.18 314.59 0.76 0.47
Hex D2 1D A6 0 56 15 12 13B 4C 2F
Octal 322 35 246 0 126 25 22 473 114 57
Binary 11010010 11101 10100110 0 1010110 10101 10010 100111011 1001100 101111

Color Harmonies of #D21DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DA6

Black with #D21DA6

Text Example


Text Example

White with #D21DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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