Html Css Color HEX #D020AB Medium Violet Red

📋 copy color: '#D020AB'

red 208 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #D020AB

Tints of Medium Violet Red #D020AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.79%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 50.61%
G = 7.79%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D020AB (or 0xD020AB) is known color: Medium Violet Red. HEX triplet: D0, 20 and AB. RGB value is (208,32,171). Sum of RGB (Red+Green+Blue) = 208+32+171=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D020AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D020AB is #2FDF54. Grayscale: #646464. Windows color (decimal): -3137365 or 11215056. OLE color: 11215056.

HSL color Cylindrical-coordinate representation of color #D020AB: hue angle of 312.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020AB is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 171 -
CMYK 0 0.85 0.18 0.18
HSL 312.61º 0.73% 0.47% -
HSV(B) 312.61º 0.85% 0.82% -
XYZ 33.88 17.38 40.1 -
YUV 100.47 167.81 204.7 -
System Red Green Blue C M Y K H S L
Decimal 208 32 171 0 0.85 0.18 0.18 312.61 0.73 0.47
Hex D0 20 AB 0 55 12 12 139 49 2F
Octal 320 40 253 0 125 22 22 471 111 57
Binary 11010000 100000 10101011 0 1010101 10010 10010 100111001 1001001 101111

Color Harmonies of #D020AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020AB

Black with #D020AB

Text Example


Text Example

White with #D020AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020AB; }

 p { color: rgb(208,32,171); }

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

background-color css

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

 a { background-color: rgb(208,32,171); }

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

border-color css

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

 span { border-color: rgb(208,32,171); }

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