Html Css Color HEX #D021A3 Medium Violet Red

📋 copy color: '#D021A3'

red 208 ◦ green 33 ◦ blue 163

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

Shades of Medium Violet Red #D021A3

Tints of Medium Violet Red #D021A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.35%

R = 51.49%
G = 8.17%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D021A3 (or 0xD021A3) is known color: Medium Violet Red. HEX triplet: D0, 21 and A3. RGB value is (208,33,163). Sum of RGB (Red+Green+Blue) = 208+33+163=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D021A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D021A3 is #2FDE5C. Grayscale: #636363. Windows color (decimal): -3137117 or 10691024. OLE color: 10691024.

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

Color convert

RGB 208 33 163 -
CMYK 0 0.84 0.22 0.18
HSL 315.43º 0.73% 0.47% -
HSV(B) 315.43º 0.84% 0.82% -
XYZ 33.17 17.14 36.21 -
YUV 100.15 163.48 204.93 -
System Red Green Blue C M Y K H S L
Decimal 208 33 163 0 0.84 0.22 0.18 315.43 0.73 0.47
Hex D0 21 A3 0 54 16 12 13B 49 2F
Octal 320 41 243 0 124 26 22 473 111 57
Binary 11010000 100001 10100011 0 1010100 10110 10010 100111011 1001001 101111

Color Harmonies of #D021A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021A3

Black with #D021A3

Text Example


Text Example

White with #D021A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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