Html Css Color HEX #D016A0 Medium Violet Red

📋 copy color: '#D016A0'

red 208 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #D016A0

Tints of Medium Violet Red #D016A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 53.33%
G = 5.64%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D016A0 (or 0xD016A0) is known color: Medium Violet Red. HEX triplet: D0, 16 and A0. RGB value is (208,22,160). Sum of RGB (Red+Green+Blue) = 208+22+160=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D016A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D016A0 is #2FE95F. Grayscale: #5C5C5C. Windows color (decimal): -3139936 or 10491600. OLE color: 10491600.

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

Color convert

RGB 208 22 160 -
CMYK 0 0.89 0.23 0.18
HSL 315.48º 0.81% 0.45% -
HSV(B) 315.48º 0.89% 0.82% -
XYZ 32.64 16.52 34.73 -
YUV 93.35 165.62 209.78 -
System Red Green Blue C M Y K H S L
Decimal 208 22 160 0 0.89 0.23 0.18 315.48 0.81 0.45
Hex D0 16 A0 0 59 17 12 13B 51 2D
Octal 320 26 240 0 131 27 22 473 121 55
Binary 11010000 10110 10100000 0 1011001 10111 10010 100111011 1010001 101101

Color Harmonies of #D016A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016A0

Black with #D016A0

Text Example


Text Example

White with #D016A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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