Html Css Color HEX #D021A2 Medium Violet Red

📋 copy color: '#D021A2'

red 208 ◦ green 33 ◦ blue 162

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

Shades of Medium Violet Red #D021A2

Tints of Medium Violet Red #D021A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.2%

R = 51.61%
G = 8.19%
B = 40.2%

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

#D021A2 (or 0xD021A2) is known color: Medium Violet Red. HEX triplet: D0, 21 and A2. RGB value is (208,33,162). Sum of RGB (Red+Green+Blue) = 208+33+162=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D021A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D021A2 is #2FDE5D. Grayscale: #636363. Windows color (decimal): -3137118 or 10625488. OLE color: 10625488.

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

Color convert

RGB 208 33 162 -
CMYK 0 0.84 0.22 0.18
HSL 315.77º 0.73% 0.47% -
HSV(B) 315.77º 0.84% 0.82% -
XYZ 33.08 17.11 35.74 -
YUV 100.03 162.98 205.01 -
System Red Green Blue C M Y K H S L
Decimal 208 33 162 0 0.84 0.22 0.18 315.77 0.73 0.47
Hex D0 21 A2 0 54 16 12 13C 49 2F
Octal 320 41 242 0 124 26 22 474 111 57
Binary 11010000 100001 10100010 0 1010100 10110 10010 100111100 1001001 101111

Color Harmonies of #D021A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021A2

Black with #D021A2

Text Example


Text Example

White with #D021A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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