Html Css Color HEX #D016A2 Medium Violet Red

📋 copy color: '#D016A2'

red 208 ◦ green 22 ◦ blue 162

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

Shades of Medium Violet Red #D016A2

Tints of Medium Violet Red #D016A2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.61%

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

R = 53.06%
G = 5.61%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D016A2 (or 0xD016A2) is known color: Medium Violet Red. HEX triplet: D0, 16 and A2. RGB value is (208,22,162). Sum of RGB (Red+Green+Blue) = 208+22+162=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D016A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D016A2 is #2FE95D. Grayscale: #5D5D5D. Windows color (decimal): -3139934 or 10622672. OLE color: 10622672.

HSL color Cylindrical-coordinate representation of color #D016A2: hue angle of 314.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D016A2 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 162 -
CMYK 0 0.89 0.22 0.18
HSL 314.84º 0.81% 0.45% -
HSV(B) 314.84º 0.89% 0.82% -
XYZ 32.82 16.59 35.66 -
YUV 93.57 166.62 209.62 -
System Red Green Blue C M Y K H S L
Decimal 208 22 162 0 0.89 0.22 0.18 314.84 0.81 0.45
Hex D0 16 A2 0 59 16 12 13B 51 2D
Octal 320 26 242 0 131 26 22 473 121 55
Binary 11010000 10110 10100010 0 1011001 10110 10010 100111011 1010001 101101

Color Harmonies of #D016A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016A2

Black with #D016A2

Text Example


Text Example

White with #D016A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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