Html Css Color HEX #D21DAD Medium Violet Red

📋 copy color: '#D21DAD'

red 210 ◦ green 29 ◦ blue 173

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

Shades of Medium Violet Red #D21DAD

Tints of Medium Violet Red #D21DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 50.97%
G = 7.04%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D21DAD (or 0xD21DAD) is known color: Medium Violet Red. HEX triplet: D2, 1D and AD. RGB value is (210,29,173). Sum of RGB (Red+Green+Blue) = 210+29+173=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DAD is #2DE252. Grayscale: #636363. Windows color (decimal): -3007059 or 11345362. OLE color: 11345362.

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

Color convert

RGB 210 29 173 -
CMYK 0 0.86 0.18 0.18
HSL 312.27º 0.76% 0.47% -
HSV(B) 312.27º 0.86% 0.82% -
XYZ 34.56 17.6 41.11 -
YUV 99.54 169.47 206.79 -
System Red Green Blue C M Y K H S L
Decimal 210 29 173 0 0.86 0.18 0.18 312.27 0.76 0.47
Hex D2 1D AD 0 56 12 12 138 4C 2F
Octal 322 35 255 0 126 22 22 470 114 57
Binary 11010010 11101 10101101 0 1010110 10010 10010 100111000 1001100 101111

Color Harmonies of #D21DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DAD

Black with #D21DAD

Text Example


Text Example

White with #D21DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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