Html Css Color HEX #D021AA Medium Violet Red

📋 copy color: '#D021AA'

red 208 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #D021AA

Tints of Medium Violet Red #D021AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 50.61%
G = 8.03%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D021AA (or 0xD021AA) is known color: Medium Violet Red. HEX triplet: D0, 21 and AA. RGB value is (208,33,170). Sum of RGB (Red+Green+Blue) = 208+33+170=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D021AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D021AA is #2FDE55. Grayscale: #646464. Windows color (decimal): -3137110 or 11149776. OLE color: 11149776.

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

Color convert

RGB 208 33 170 -
CMYK 0 0.84 0.18 0.18
HSL 313.03º 0.73% 0.47% -
HSV(B) 313.03º 0.84% 0.82% -
XYZ 33.81 17.4 39.61 -
YUV 100.94 166.98 204.36 -
System Red Green Blue C M Y K H S L
Decimal 208 33 170 0 0.84 0.18 0.18 313.03 0.73 0.47
Hex D0 21 AA 0 54 12 12 139 49 2F
Octal 320 41 252 0 124 22 22 471 111 57
Binary 11010000 100001 10101010 0 1010100 10010 10010 100111001 1001001 101111

Color Harmonies of #D021AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021AA

Black with #D021AA

Text Example


Text Example

White with #D021AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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