Html Css Color HEX #D021AD Medium Violet Red

📋 copy color: '#D021AD'

red 208 ◦ green 33 ◦ blue 173

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

Shades of Medium Violet Red #D021AD

Tints of Medium Violet Red #D021AD

RGB

 RED value IS 208 (81.64% from 255) = 50.24%

 GREEN value IS 33 (13.28% from 255) = 7.97%

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

R = 50.24%
G = 7.97%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D021AD (or 0xD021AD) is known color: Medium Violet Red. HEX triplet: D0, 21 and AD. RGB value is (208,33,173). Sum of RGB (Red+Green+Blue) = 208+33+173=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D021AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D021AD is #2FDE52. Grayscale: #646464. Windows color (decimal): -3137107 or 11346384. OLE color: 11346384.

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

Color convert

RGB 208 33 173 -
CMYK 0 0.84 0.17 0.18
HSL 312º 0.73% 0.47% -
HSV(B) 312º 0.84% 0.82% -
XYZ 34.1 17.51 41.12 -
YUV 101.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 208 33 173 0 0.84 0.17 0.18 312 0.73 0.47
Hex D0 21 AD 0 54 11 12 138 49 2F
Octal 320 41 255 0 124 21 22 470 111 57
Binary 11010000 100001 10101101 0 1010100 10001 10010 100111000 1001001 101111

Color Harmonies of #D021AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021AD

Black with #D021AD

Text Example


Text Example

White with #D021AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021AD; }

 p { color: rgb(208,33,173); }

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

background-color css

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

 a { background-color: rgb(208,33,173); }

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

border-color css

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

 span { border-color: rgb(208,33,173); }

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