Html Css Color HEX #D021AC Medium Violet Red

📋 copy color: '#D021AC'

red 208 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #D021AC

Tints of Medium Violet Red #D021AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 50.36%
G = 7.99%
B = 41.65%

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

#D021AC (or 0xD021AC) is known color: Medium Violet Red. HEX triplet: D0, 21 and AC. RGB value is (208,33,172). Sum of RGB (Red+Green+Blue) = 208+33+172=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D021AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D021AC is #2FDE53. Grayscale: #646464. Windows color (decimal): -3137108 or 11280848. OLE color: 11280848.

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

Color convert

RGB 208 33 172 -
CMYK 0 0.84 0.17 0.18
HSL 312.34º 0.73% 0.47% -
HSV(B) 312.34º 0.84% 0.82% -
XYZ 34 17.48 40.61 -
YUV 101.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 208 33 172 0 0.84 0.17 0.18 312.34 0.73 0.47
Hex D0 21 AC 0 54 11 12 138 49 2F
Octal 320 41 254 0 124 21 22 470 111 57
Binary 11010000 100001 10101100 0 1010100 10001 10010 100111000 1001001 101111

Color Harmonies of #D021AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021AC

Black with #D021AC

Text Example


Text Example

White with #D021AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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