Html Css Color HEX #D021A7 Medium Violet Red

📋 copy color: '#D021A7'

red 208 ◦ green 33 ◦ blue 167

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

Shades of Medium Violet Red #D021A7

Tints of Medium Violet Red #D021A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.93%

R = 50.98%
G = 8.09%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D021A7 (or 0xD021A7) is known color: Medium Violet Red. HEX triplet: D0, 21 and A7. RGB value is (208,33,167). Sum of RGB (Red+Green+Blue) = 208+33+167=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D021A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D021A7 is #2FDE58. Grayscale: #646464. Windows color (decimal): -3137113 or 10953168. OLE color: 10953168.

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

Color convert

RGB 208 33 167 -
CMYK 0 0.84 0.20 0.18
HSL 314.06º 0.73% 0.47% -
HSV(B) 314.06º 0.84% 0.82% -
XYZ 33.53 17.29 38.13 -
YUV 100.6 165.48 204.6 -
System Red Green Blue C M Y K H S L
Decimal 208 33 167 0 0.84 0.20 0.18 314.06 0.73 0.47
Hex D0 21 A7 0 54 14 12 13A 49 2F
Octal 320 41 247 0 124 24 22 472 111 57
Binary 11010000 100001 10100111 0 1010100 10100 10010 100111010 1001001 101111

Color Harmonies of #D021A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021A7

Black with #D021A7

Text Example


Text Example

White with #D021A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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