Html Css Color HEX #D021A4 Medium Violet Red

📋 copy color: '#D021A4'

red 208 ◦ green 33 ◦ blue 164

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

Shades of Medium Violet Red #D021A4

Tints of Medium Violet Red #D021A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.49%

R = 51.36%
G = 8.15%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D021A4 (or 0xD021A4) is known color: Medium Violet Red. HEX triplet: D0, 21 and A4. RGB value is (208,33,164). Sum of RGB (Red+Green+Blue) = 208+33+164=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D021A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D021A4 is #2FDE5B. Grayscale: #636363. Windows color (decimal): -3137116 or 10756560. OLE color: 10756560.

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

Color convert

RGB 208 33 164 -
CMYK 0 0.84 0.21 0.18
HSL 315.09º 0.73% 0.47% -
HSV(B) 315.09º 0.84% 0.82% -
XYZ 33.26 17.18 36.68 -
YUV 100.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 208 33 164 0 0.84 0.21 0.18 315.09 0.73 0.47
Hex D0 21 A4 0 54 15 12 13B 49 2F
Octal 320 41 244 0 124 25 22 473 111 57
Binary 11010000 100001 10100100 0 1010100 10101 10010 100111011 1001001 101111

Color Harmonies of #D021A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021A4

Black with #D021A4

Text Example


Text Example

White with #D021A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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